Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.uat.accessrc.org/api/DeliveryChannel/UpdateStatus \ --header 'Content-Type: application/json-patch+json' \ --header 'x-api-key: <api-key>' \ --data ' { "providerDeliveryChannelId": "ced2396b-32b5-4b08-bd98-7830dfb2b622", "status": "OFFLINE" } '
{ "error": null, "data": { "message": "Delivery Channel update status request is created successfully", "providerDeliveryChannelId": "ced2396b-32b5-4b08-bd98-7830dfb2b622", "date": "2025-04-04T14:07:49Z", "requestType": "Delivery Channel Create", "requestedDate": "2025-04-04T14:07:47Z" }, "status": "success" }
API Key required in x-api-key header
x-api-key
64
OFFLINE
ONLINE
REQUESTED
"OFFLINE"
OK
Show child attributes