GET api/Distribucion/AsignarFacturaMix?Factura={Factura}&IdDocumento={IdDocumento}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Factura | string |
Required |
|
| IdDocumento | integer |
Required |
Body Parameters
None.
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>