급여 증명서 신청

문서 BODY 정보 {#body-data}

bodyValue {#body-value}

속성타입설명
certificateTypestring증명서 타입(TAX_PAYMENT, INCOME, RECEIPT)
certificatestring증명서명
copiesCountinteger출력 매수
wageSalaryIncomeTaxWithholdingReceiptobject근로소득 원천징수 영수증 정보
incomeTaxWithholdingCertificateobject소득세 원천징수 확인서 정보
wageSalaryIncomeTaxWithholdingStatementobject근로소득 원천징수부 정보
issuancePurposestring발급 용도

wageSalaryIncomeTaxWithholdingReceipt {#body-value-wageSalaryIncomeTaxWithholdingReceipt}

속성타입설명
descriptionstring증명서 정보(귀속연도)
hasPersonalInformationstring개인 정보 포함 여부(YES, NO)
issuanceLanguagestring발급 언어

incomeTaxWithholdingCertificate {#body-value-incomeTaxWithholdingCertificate}

속성타입설명
descriptionstring증명서 정보(급여 지급 기간)
issuancePurposestring사용 목적
memostring메모(제출처)
createDatestring작성일
hasPersonalInformationstring개인 정보 포함 여부(YES, NO)
issuanceLanguagestring발급 언어

wageSalaryIncomeTaxWithholdingStatement {#body-value-wageSalaryIncomeTaxWithholdingStatement}

속성타입설명
descriptionstring메모

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" : "은행업무용"}