비용 정산 신청

문서 BODY 정보 {#body-data}

bodyValue {#body-value}

속성타입설명
costCenterInfostring귀속 부서/개인 정보
costItemsarray항목 목록
reasonContentTypestring사유 콘텐츠 타입(HTML, TEXT)
reasonstring사유

items {#body-value-costItems}

속성타입설명
amountfloat금액
dayInfostring사용 시간 정보(사용월 기준)
usePlacestring사용처
expenseTypeNamestring비용 항목
participantsarray참석자 목록

participants {#body-value-items-participants}

속성타입설명
participantTypestring내부인/외부인 구분(INTERNAL, EXTERNAL)
participantDepartmentstring참석자 소속
participantNamestring참석자 이름
participantUserIdstring참석자 UserId

Response Example {#body-data-example}

{  "costCenterInfo": "회계그룹",  "costItems" : [{    "amount": 1000,    "dayInfo": "2024.04.01",    "expenseTypeName": "사무용품",    "participants" : [{	  "participantType": "INTERNAL",	  "participantDepartment": "",	  "participantName": "홍길동",	  "participantUserId": "user-4782-9672-3d2b150ac1a6"    }]  }],  "reasonContentType": "HTML",  "reason" : "<div>구매 품목 목록입니다.</div>"}