POST api/liquidaciones
Request Information
URI Parameters
None.
Body Parameters
Liquidacion| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_Liquidacion | integer |
None. |
|
| Numero_Liquidacion | string |
Required Max length: 20 |
|
| ID_Proveedor | integer |
None. |
|
| ID_Sucursal | integer |
None. |
|
| Periodo | string |
Required Max length: 7 |
|
| Estado | string |
Required Max length: 20 |
|
| Monto_Total | decimal number |
None. |
|
| Moneda | string |
Max length: 5 |
|
| Fecha_Contabilizacion | date |
None. |
|
| Ref_SAP | string |
Max length: 50 |
|
| Proveedor | ProveedorTransporte |
None. |
|
| Lineas | Collection of LiquidacionLinea |
None. |
|
| Alta_Fecha | date |
None. |
|
| Alta_Usuario | string |
None. |
|
| Modi_Fecha | date |
None. |
|
| Modi_Usuario | string |
None. |
|
| Baja_Fecha | date |
None. |
|
| Baja_Usuario | string |
None. |
|
| IsDeleted | boolean |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.