Files
solutax_api/PPh A0/ppha0-status.bru
2026-03-04 13:40:32 +07:00

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"
}
}
}