Remove Level3 Item
API ExplorerRemoves a Level 3 line item from a transaction. All the responses have GeneralResponse section that informs about successful result or error. See Error Codes and Messages.
Request Body
application/json
Response Body
application/json
application/json
curl -X POST "https://example.com/v2/L3Data/RemoveLevel3Item" \ -H "Content-Type: application/json" \ -d '{ "LineItemNumber": null, "AuthCode": "", "PaymentType": "Credit", "ReferenceId": "", "PrintReceipt": "No", "GetReceipt": "No", "MerchantNumber": null, "InvoiceNumber": "", "CaptureSignature": false, "GetExtendedData": false, "IsReadyForIS": false, "CallbackInfo": { "Url": "" }, "ReconId": "", "IsvId": "", "Tpn": "", "RegisterId": "", "Authkey": "", "SPInProxyTimeout": null, "CustomFields": {} }'{
"AuthCode": "",
"ReferenceId": "",
"LineItemCount": null,
"GeneralResponse": {
"ResultCode": "0",
"StatusCode": "0000",
"Message": "",
"DetailedMessage": "",
"DelayBeforeNextRequest": null
}
}{
"GeneralResponse": {
"ResultCode": "0",
"StatusCode": "0000",
"Message": "",
"DetailedMessage": "",
"DelayBeforeNextRequest": null
}
}