비용 계획 신청
문서 BODY 정보 {#body-data}
bodyValue {#body-value}
| 속성 | 타입 | 설명 |
|---|
| costCenterInfo | string | 귀속 부서/개인 정보 |
| costDayInfo | string | 정산 신청 가능 기간 |
| costItems | array | 항목 목록 |
| reasonContentType | string | 사유 콘텐츠 타입(HTML, TEXT) |
| reason | string | 사유 |
costItems {#body-value-costItems}
| 속성 | 타입 | 설명 |
|---|
| amount | float | 금액 |
| dayInfo | string | 사용 시간 정보 |
| expenseTypeName | string | 비용 항목 |
| projectCodeInfo | string | 프로젝트 코드 정보 |
| budgetInfo | string | 예산 정보 |
| participants | array | 참석자 목록 |
| amountPerParticipant | float | 인당 비용 사용 금액 |
| remark | string | 비고 |
participants {#body-value-items-participants}
| 속성 | 타입 | 설명 |
|---|
| participantType | string | 내부인/외부인 구분(INTERNAL, EXTERNAL) |
| participantDepartment | string | 참석자 소속 |
| participantName | string | 참석자 이름 |
| participantUserId | string | 참석자 UserId |
Response Example {#body-data-example}
{ "costCenterInfo": "홍길동", "costDayInfo": "2023.09.28 ~ 2023.10.28", "costItems" : [{ "amount": 1000, "dayInfo": "2024.04", "expenseTypeName": "국내출장경비", "projectCodeInfo": "예산용 프로젝트(긴급)", "budgetInfo": "예산 5만원", "participants" : [{ "participantType": "INTERNAL", "participantDepartment": "", "participantName": "홍길동", "participantUserId": "user-4782-9672-3d2b150ac1a6" }], "amountPerParticipant": 500, "remark": "미팅 잠석자에게 음료를 제공합니다." }], "reasonContentType": "HTML", "reason" : "<div>2024년도 비용 계획 신청서를 기안합니다.</div>"}