This function will delete the dispatcher record for the listed dispatcher entity. INPUTS==> DISPATCHER ENTITY. RETURN==> (result)
| Name | Description | Type | Additional information |
|---|---|---|---|
| dispatcherEntity |
Dispathcer Entity (database value) |
integer |
Required |
None.
DeleteDispatcherResponse
DeleteDispatcherResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Header | ResponseHeader |
None. |
|
| Body | DeleteDispatcherResponseBody |
None. |
| Name | Description | Type | Additional information |
|---|---|---|---|
| Message |
Message |
string |
None. |
| StatusCode |
Status code |
ResponseStatus |
None. |
| Status |
Status |
string |
None. |
| ErrorId |
Error id |
string |
None. |
| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess |
Flag to show if dispatcher successfully deleted |
boolean |
None. |
{
"Header": {
"Message": "",
"StatusCode": 0,
"Status": "Ok",
"ErrorId": null
},
"Body": {
"IsSuccess": true
}
}
<DeleteDispatcherResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SaG.API.Models.Responses.Dispatcher">
<Body xmlns:d2p1="http://schemas.datacontract.org/2004/07/SaG.API.Models.Responses.Dispatcher" xmlns="http://schemas.datacontract.org/2004/07/SaG.API.Models.Responses">
<d2p1:IsSuccess>true</d2p1:IsSuccess>
</Body>
<Header xmlns="http://schemas.datacontract.org/2004/07/SaG.API.Models.Responses">
<ErrorId i:nil="true" />
<Message></Message>
<Status>Ok</Status>
<StatusCode>Ok</StatusCode>
</Header>
</DeleteDispatcherResponse>