Skip to main content
POST
/
api
/
DeliveryChannel
/
UpdateStatus
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"
}

Authorizations

x-api-key
string
header
required

API Key required in x-api-key header

Body

providerDeliveryChannelId
string
required
Maximum string length: 64
status
enum<string>
required
Available options:
OFFLINE,
ONLINE,
REQUESTED
Example:

"OFFLINE"

Response

OK

Error
object
Data
object