POST api/v1/CloudBedsAPI/DispatchListofInstruction
Request Information
URI Parameters
None.
Body Parameters
IntegraAdminsPayloads| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| Password | string |
None. |
|
| ClientId | string |
None. |
|
| _CustomerSystemCode | string |
None. |
|
| __Status | integer |
None. |
|
| instructionId | Collection of integer |
None. |
|
| _ComponentId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"Password": "sample string 2",
"ClientId": "sample string 3",
"_CustomerSystemCode": "sample string 4",
"__Status": 5,
"instructionId": [
1,
2
],
"_ComponentId": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.