Delete scheduled payment ID
Delete a scheduled payment ID. Deletion only works, if the scheduled payment ID is still open.
URL
/cnbs/v1/invoices/scheduled_paym/id
Method(s)
DELETE
Parameters
Required
- Payer (payer_data)
- Payer Number (customer_number)
- Company Code (company_code)
- Scheduled Payment ID (schedule_id)
Example DELETE
cURL:
curl -X DELETE "https://deveselling.cnbssoftware.com/cnbs/v1/invoices/scheduled_paym/id?sap-client=800&sap-language=EN&apiid=CNBSMV01R&payer_number=3050&company_code=3000&schedule_id=4" -H "accept: application/json" -H "cnbssysid: W1B//vRKywJ2sPUVQG4CQ16Sf9XSN+N4Fkc6Bfmky3k="
Response
- Status (status)
- CNBS API standard response
Example Response
JSON:
{
"status": {
"message_type": "S",
"message_identification": "/CNBS/X_API",
"message_number": 10,
"message_line_string": "Request successfully processed"
}
}