POST api/v1/consultaorden
Request Information
URI Parameters
None.
Body Parameters
ConsultaOrdenModel| Name | Description | Type | Additional information |
|---|---|---|---|
| claveRastreo | string |
None. |
|
| empresa | string |
None. |
|
| firma | string |
None. |
|
| tipoOrden | string |
None. |
|
| fechaOperacion | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"claveRastreo": "sample string 1",
"empresa": "sample string 2",
"firma": "sample string 3",
"tipoOrden": "sample string 4",
"fechaOperacion": 5
}
application/xml, text/xml
Sample:
<ConsultaOrdenModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/proxystp.Models.Request"> <claveRastreo>sample string 1</claveRastreo> <empresa>sample string 2</empresa> <fechaOperacion>5</fechaOperacion> <firma>sample string 3</firma> <tipoOrden>sample string 4</tipoOrden> </ConsultaOrdenModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.