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

34 lines
665 B
Plaintext

meta {
name: PPh A0 - Pembatalan
type: http
seq: 4
}
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": "25000J28F",
"idBupot": "c0042abf-7cb2-49c9-9489-032db5fb4811",
"fgJnsBupot": "A0",
"tglPembatalan": "2025-01-01",
"userId": "3174061502560010",
"npwpNikPenandatangan": "3174061502560010",
"passphrasePenandatangan": "Pajak123@@"
}
}
}