POST api/Guias/GetGuiasDespachoOrigen
Request Information
URI Parameters
None.
Body Parameters
ParametrosGetGuiasDespachoOrigenDto| Name | Description | Type | Additional information |
|---|---|---|---|
| FechaInicio | date |
None. |
|
| FechaFin | date |
None. |
|
| CodigoCliente | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FechaInicio": "2025-12-22T02:38:37.9508728-06:00",
"FechaFin": "2025-12-22T02:38:37.9508728-06:00",
"CodigoCliente": "sample string 1"
}
text/xml
Sample:
<ParametrosGetGuiasDespachoOrigenDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModels"> <CodigoCliente>sample string 1</CodigoCliente> <FechaFin>2025-12-22T02:38:37.9508728-06:00</FechaFin> <FechaInicio>2025-12-22T02:38:37.9508728-06:00</FechaInicio> </ParametrosGetGuiasDespachoOrigenDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsValid | boolean |
None. |
|
| Message | Object |
None. |
|
| Data | Object |
None. |
|
| Exception | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsValid": true,
"Message": {},
"Data": {},
"Exception": {}
}
text/xml
Sample:
<AppResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <Data /> <Exception /> <IsValid>true</IsValid> <Message /> </AppResult>