This function will delete the dispatcher atm record for the listed dispatcher atm entity. INPUTS==> DISPATCHER ENTITY. RETURN==> (result)
| Name | Description | Type | Additional information |
|---|---|---|---|
| dispatcherEntity |
Entity value for the dispatcher (database value) |
integer |
Required |
None.
DeleteDispatcherAtmsResponse
DeleteDispatcherAtmsResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Header | ResponseHeader |
None. |
|
| Body | DeleteDispatcherAtmsResponseBody |
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 |
|---|---|---|---|
| DispatcherAtmsDeleted |
Flag to show if dispatcher atms successfully deleted |
boolean |
None. |
{
"Header": {
"Message": "",
"StatusCode": 0,
"Status": "Ok",
"ErrorId": null
},
"Body": {
"DispatcherAtmsDeleted": true
}
}
<DeleteDispatcherAtmsResponse 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:DispatcherAtmsDeleted>true</d2p1:DispatcherAtmsDeleted>
</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>
</DeleteDispatcherAtmsResponse>