Files
solutax_api/PPh 21/pph21-cancel.bru
2026-03-04 13:40:32 +07:00

34 lines
682 B
Plaintext

meta {
name: pph21-cancel
type: http
seq: 3
}
post {
url: https://ifswit-solutax-ctas-dev.spt.co.id/ifs/api/wit/cancel
body: json
auth: none
}
headers {
tokens: {{accessToken}}
}
body:json {
{
"idPel": {{idpel}},
"requestID": "{{requestID}}",
"taxSlipCancel": {
"npwpPemotong": "1091031210912281",
"tahunPajak": 2025,
"nomorBupot": "{{nomorBupot}}",
"idBupot": "{{idBupot}}",
"fgJnsBupot": "21",
"tglPembatalan": "2025-01-01",
"userId": "3174061502560010",
"npwpNikPenandatangan": "3174061502560010",
"passphrasePenandatangan": "Pajak123@@"
}
}
}