DELETE PEDIDOS/ELIMINAR_MENSAJE
Request Information
URI Parameters
None.
Body Parameters
MessageRequestVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1"
}
application/xml, text/xml
Sample:
<MessageRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LipiGasApi.ViewModels.Order"> <Id>sample string 1</Id> </MessageRequestVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MessageResponseVM| Name | Description | Type | Additional information |
|---|---|---|---|
| codigo | string |
None. |
|
| descripcion | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"codigo": "sample string 1",
"descripcion": "sample string 2"
}
application/xml, text/xml
Sample:
<MessageResponseVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LipiGasApi.ViewModels.Order"> <codigo>sample string 1</codigo> <descripcion>sample string 2</descripcion> </MessageResponseVM>