POST api/lecturas/expedicion
Request Information
URI Parameters
None.
Body Parameters
LecturaMasivaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_Expedicion | integer |
None. |
|
| ID_Tipo_Lectura | integer |
None. |
|
| ID_Sucursal | integer |
None. |
|
| ID_Viaje | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID_Expedicion": 1,
"ID_Tipo_Lectura": 2,
"ID_Sucursal": 3,
"ID_Viaje": 1
}
text/html
Sample:
{"ID_Expedicion":1,"ID_Tipo_Lectura":2,"ID_Sucursal":3,"ID_Viaje":1}
application/xml, text/xml
Sample:
<LecturaMasivaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TMS.API.Controllers"> <ID_Expedicion>1</ID_Expedicion> <ID_Sucursal>3</ID_Sucursal> <ID_Tipo_Lectura>2</ID_Tipo_Lectura> <ID_Viaje>1</ID_Viaje> </LecturaMasivaDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.