30 lines
493 B
Plaintext
30 lines
493 B
Plaintext
meta {
|
|
name: pph21-pdf
|
|
type: http
|
|
seq: 5
|
|
}
|
|
|
|
post {
|
|
url: https://ifswit-solutax-ctas-dev.spt.co.id/ifs/api/wit/pdf
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
headers {
|
|
tokens: {{accessToken}}
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"idPel": {{idpel}},
|
|
"requestID": "{{requestID}}",
|
|
"taxSlipVerification": {
|
|
"npwpPemotong": "1091031210912281",
|
|
"tahunPajak": 2025,
|
|
"noBupot": "{{nomorBupot}}",
|
|
"idBupot": "{{idBupot}}",
|
|
"fgJnsBupot": "21"
|
|
}
|
|
}
|
|
}
|