급여 증명서 신청
문서 BODY 정보 {#body-data}
bodyValue {#body-value}
| 속성 | 타입 | 설명 |
|---|
| certificateType | string | 증명서 타입(TAX_PAYMENT, INCOME, RECEIPT) |
| certificate | string | 증명서명 |
| copiesCount | integer | 출력 매수 |
| wageSalaryIncomeTaxWithholdingReceipt | object | 근로소득 원천징수 영수증 정보 |
| incomeTaxWithholdingCertificate | object | 소득세 원천징수 확인서 정보 |
| wageSalaryIncomeTaxWithholdingStatement | object | 근로소득 원천징수부 정보 |
| issuancePurpose | string | 발급 용도 |
wageSalaryIncomeTaxWithholdingReceipt {#body-value-wageSalaryIncomeTaxWithholdingReceipt}
| 속성 | 타입 | 설명 |
|---|
| description | string | 증명서 정보(귀속연도) |
| hasPersonalInformation | string | 개인 정보 포함 여부(YES, NO) |
| issuanceLanguage | string | 발급 언어 |
incomeTaxWithholdingCertificate {#body-value-incomeTaxWithholdingCertificate}
| 속성 | 타입 | 설명 |
|---|
| description | string | 증명서 정보(급여 지급 기간) |
| issuancePurpose | string | 사용 목적 |
| memo | string | 메모(제출처) |
| createDate | string | 작성일 |
| hasPersonalInformation | string | 개인 정보 포함 여부(YES, NO) |
| issuanceLanguage | string | 발급 언어 |
wageSalaryIncomeTaxWithholdingStatement {#body-value-wageSalaryIncomeTaxWithholdingStatement}
| 속성 | 타입 | 설명 |
|---|
| description | string | 메모 |
Response Example {#body-data-example}
{ "certificateType" : "TAX_PAYMENT", "certificate" : "소득세원천징수확인서", "copiesCount" : 1, "wageSalaryIncomeTaxWithholdingReceipt" : { "description": "", "hasPersonalInformation": "", "issuanceLanguage": "" }, "incomeTaxWithholdingCertificate" : { "description": "2021.01 ~ 2021.13", "issuancePurpose": "제출용", "memo": "은행", "createDate": "2024-06-28", "hasPersonalInformation": "YES", "issuanceLanguage": "ko_KR" }, "wageSalaryIncomeTaxWithholdingStatement" : { "description": "" }, "issuancePurpose" : "은행업무용"}