POST api/Guias/PostGestionesSinGuia
Request Information
URI Parameters
None.
Body Parameters
Collection of ParametrosGestionesSinGuia| Name | Description | Type | Additional information |
|---|---|---|---|
| GestionId | globally unique identifier |
None. |
|
| GestionCorrelativo | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"GestionId": "de5e796c-5144-45ef-98ba-862ef9f1a8b1",
"GestionCorrelativo": "sample string 2"
},
{
"GestionId": "de5e796c-5144-45ef-98ba-862ef9f1a8b1",
"GestionCorrelativo": "sample string 2"
}
]
text/xml
Sample:
<ArrayOfParametrosGestionesSinGuia xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModels">
<ParametrosGestionesSinGuia>
<GestionCorrelativo>sample string 2</GestionCorrelativo>
<GestionId>de5e796c-5144-45ef-98ba-862ef9f1a8b1</GestionId>
</ParametrosGestionesSinGuia>
<ParametrosGestionesSinGuia>
<GestionCorrelativo>sample string 2</GestionCorrelativo>
<GestionId>de5e796c-5144-45ef-98ba-862ef9f1a8b1</GestionId>
</ParametrosGestionesSinGuia>
</ArrayOfParametrosGestionesSinGuia>
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>