POST api/MarketCaja
Request Information
URI Parameters
None.
Body Parameters
Market_GetCajaResult| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| codigo | string |
None. |
|
| cuenta | integer |
None. |
|
| descripcion | string |
None. |
|
| fecha | date |
None. |
|
| acredita | decimal number |
None. |
|
| debita | decimal number |
None. |
|
| saldo | decimal number |
None. |
|
| tipo_operacion | integer |
None. |
|
| operacion | string |
None. |
|
| modificado | boolean |
None. |
|
| usuario | string |
None. |
|
| timestamp | date |
None. |
|
| empresa | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"codigo": "sample string 2",
"cuenta": 3,
"descripcion": "sample string 4",
"fecha": "2026-01-21T05:40:08.256301-03:00",
"acredita": 6.1,
"debita": 7.1,
"saldo": 1.1,
"tipo_operacion": 8,
"operacion": "sample string 9",
"modificado": true,
"usuario": "sample string 11",
"timestamp": "2026-01-21T05:40:08.2583018-03:00",
"empresa": 13
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.