POST | /schedule/delete/{scheduleId} |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
scheduleId | path | Guid | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
companyId | form | Guid | No | |
userId | form | Guid | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
sessionId | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /schedule/delete/{scheduleId} HTTP/1.1
Host: n3tapi.palmettovdc.com
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"scheduleId":"00000000000000000000000000000000","companyId":"00000000000000000000000000000000","userId":"00000000000000000000000000000000","sessionId":"String"}