PUT api/Balances
Request Information
URI Parameters
None.
Body Parameters
BalancesData| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| id_cliente | integer |
None. |
|
| cliente | ClientesData |
None. |
|
| id_servicio | integer |
None. |
|
| servicio | ServiciosData |
None. |
|
| fecha | date |
None. |
|
| cargo | decimal number |
None. |
|
| abono | decimal number |
None. |
|
| saldo | decimal number |
None. |
|
| motivo | string |
None. |
|
| fecha_dia | integer |
None. |
|
| fecha_mes | integer |
None. |
|
| fecha_ano | integer |
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.