curl --request POST \
--url https://api.custody.api-zodia.io/v3/api/servicedesk/submit \
--header 'Content-Type: application/json' \
--header 'X-Signature: <api-key>' \
--header 'submitter-id: <submitter-id>' \
--data '
{
"requestId": "SERV-REQ-XHGFJUUG"
}
'{
"timestamp": "2021-10-27T14:30:13.912Z",
"title": "Method Not Allowed",
"status": 415,
"details": [
{
"message": "Available methods : GET,POST",
"code": "ER-204"
}
]
}This will submit the given service request, initiates the request workflow.
curl --request POST \
--url https://api.custody.api-zodia.io/v3/api/servicedesk/submit \
--header 'Content-Type: application/json' \
--header 'X-Signature: <api-key>' \
--header 'submitter-id: <submitter-id>' \
--data '
{
"requestId": "SERV-REQ-XHGFJUUG"
}
'{
"timestamp": "2021-10-27T14:30:13.912Z",
"title": "Method Not Allowed",
"status": 415,
"details": [
{
"message": "Available methods : GET,POST",
"code": "ER-204"
}
]
}Email of API user submitting the request
"api-maker@zodia.io"
Submit a service request
Service Request ID. Obtained when the service request was created
"SERV-REQ-XHGFJUUG"
OK