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