POST api/Values/GetNewVerificarHojaRuta
Request Information
URI Parameters
None.
Body Parameters
InstruccionVm| Name | Description | Type | Additional information |
|---|---|---|---|
| MaximaInstruccion | string |
None. |
|
| fecha | date |
None. |
|
| CodigoGuia | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"<MaximaInstruccion>k__BackingField": "sample string 1",
"<fecha>k__BackingField": "2025-12-15T19:31:20.2642097-06:00",
"<CodigoGuia>k__BackingField": "sample string 3"
}
text/xml
Sample:
<InstruccionVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiVesta.TterrestreModel.ViewModel"> <_x003C_CodigoGuia_x003E_k__BackingField>sample string 3</_x003C_CodigoGuia_x003E_k__BackingField> <_x003C_MaximaInstruccion_x003E_k__BackingField>sample string 1</_x003C_MaximaInstruccion_x003E_k__BackingField> <_x003C_fecha_x003E_k__BackingField>2025-12-15T19:31:20.2642097-06:00</_x003C_fecha_x003E_k__BackingField> </InstruccionVm>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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. |