비용 계획 신청

문서 BODY 정보 {#body-data}

bodyValue {#body-value}

속성타입설명
costCenterInfostring귀속 부서/개인 정보
costDayInfostring정산 신청 가능 기간
costItemsarray항목 목록
reasonContentTypestring사유 콘텐츠 타입(HTML, TEXT)
reasonstring사유

costItems {#body-value-costItems}

속성타입설명
amountfloat금액
dayInfostring사용 시간 정보
expenseTypeNamestring비용 항목
projectCodeInfostring프로젝트 코드 정보
budgetInfostring예산 정보
participantsarray참석자 목록
amountPerParticipantfloat인당 비용 사용 금액
remarkstring비고

participants {#body-value-items-participants}

속성타입설명
participantTypestring내부인/외부인 구분(INTERNAL, EXTERNAL)
participantDepartmentstring참석자 소속
participantNamestring참석자 이름
participantUserIdstring참석자 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>"}