POST AppMovil/Proveedor/AnularServicioFallido
Metodo Anular un servicio.
Request Information
URI Parameters
None.
Body Parameters
Recibe el identificador del proveedor (patente o rut).
clsAnularServicioFallido| Name | Description | Type | Additional information |
|---|---|---|---|
| idOt | integer |
None. |
|
| opcion | integer |
None. |
|
| comentario | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idOt": 1,
"opcion": 2,
"comentario": "sample string 3"
}
application/xml, text/xml
Sample:
<clsAnularServicioFallido xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WEBAPI.GrupoMok.Proveedores.Datos.Entidades"> <comentario>sample string 3</comentario> <idOt>1</idOt> <opcion>2</opcion> </clsAnularServicioFallido>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Retorna una listado de OT.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |