POST api/MarketAuditoria
Request Information
URI Parameters
None.
Body Parameters
Auditoria| Name | Description | Type | Additional information |
|---|---|---|---|
| fecha | date |
None. |
|
| usuario | string |
None. |
|
| usuarioautoriza | string |
None. |
|
| operacion | EnAuditoria |
None. |
|
| IdVenta | string |
None. |
|
| detalles | string |
None. |
|
| modificado | boolean |
None. |
|
| empresa | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"fecha": "2025-12-06T00:40:08.5155617-03:00",
"usuario": "sample string 2",
"usuarioautoriza": "sample string 3",
"operacion": 1,
"IdVenta": "sample string 4",
"detalles": "sample string 5",
"modificado": true,
"empresa": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.