> For the complete documentation index, see [llms.txt](https://docs.bizplay.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bizplay.co.kr/system_if/erp-2/unierp.md).

# UNIERP

UNIERP 제품과 비즈플레이 연동은 비즈플레이가 제공하는 BICs(HUB) 에이전트와\
UNIERP에서 제공하는 웹 서비스 (Web Service)를 이용하여 연계합니다.

![](/files/-M-y7DaJuwbdLEdIztpd)

## UNIERP 제공 웹 서비스

UNIERP와 예산 조회, 전표 발행의 업무를 연동하기 위해서는 UNIERP 제품에서 아래의 웹 서비스를 제공해야 합니다.

* 예산 잔액 조회&#x20;
* 전표 발행

집행 예산 반영은 전표가 발행되면서 예산에 자동 반영됩니다.

## 비즈플레이 입력항목 설정&#x20;

원활한 데이터 연동을 위해서는 아래의 표준 입력 항목을 사용을 권장합니다.&#x20;

| 비즈플레이  | UNIERP |
| ------ | ------ |
| 용도     | 계정과목   |
| 내용 1   | 적요 1   |
| 내용 2   | 적요 2   |
| 사업예산부서 | 코스트센터  |
| 사업자번호  | 거래처코드  |
| 구분 1   | 행사코드   |
| 구분 2   | 브랜드    |

> 자세한 내용은 전문 컨설턴트가 안내 드립니다.

### [\[상담 신청하기\]](https://www.bizplay.co.kr/main_0001_t4.act#voc)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bizplay.co.kr/system_if/erp-2/unierp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
