POST api/tienda/encargado/insertar
Request Information
URI Parameters
None.
Body Parameters
AuditorEncargado| Name | Description | Type | Additional information |
|---|---|---|---|
| auditorId | integer |
None. |
|
| qct | string |
None. |
|
| estado | string |
None. |
|
| creadoPor | string |
None. |
|
| fechaCreacion | date |
None. |
|
| modificadoPor | string |
None. |
|
| fechaModificacion | date |
None. |
|
| id | integer |
None. |
|
| codigoAuditor | string |
None. |
|
| codZona | string |
None. |
|
| nombreZona | string |
None. |
|
| fecha | string |
None. |
|
| version | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"auditorId": 1,
"qct": "sample string 2",
"estado": "sample string 3",
"creadoPor": "sample string 4",
"fechaCreacion": "2026-08-05T21:27:08.892482-05:00",
"modificadoPor": "sample string 5",
"fechaModificacion": "2026-08-05T21:27:08.892482-05:00",
"id": 6,
"codigoAuditor": "sample string 7",
"codZona": "sample string 8",
"nombreZona": "sample string 9",
"fecha": "sample string 10",
"version": "sample string 11"
}
application/xml, text/xml
Sample:
<AuditorEncargado xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArellanoAPI.Models.Logistica"> <auditorId>1</auditorId> <codZona>sample string 8</codZona> <codigoAuditor>sample string 7</codigoAuditor> <creadoPor>sample string 4</creadoPor> <estado>sample string 3</estado> <fecha>sample string 10</fecha> <fechaCreacion>2026-08-05T21:27:08.892482-05:00</fechaCreacion> <fechaModificacion>2026-08-05T21:27:08.892482-05:00</fechaModificacion> <id>6</id> <modificadoPor>sample string 5</modificadoPor> <nombreZona>sample string 9</nombreZona> <qct>sample string 2</qct> <version>sample string 11</version> </AuditorEncargado>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseAPI| Name | Description | Type | Additional information |
|---|---|---|---|
| Exito | boolean |
None. |
|
| Mensaje | string |
None. |
|
| Excepcion | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Exito": true,
"Mensaje": "sample string 2",
"Excepcion": "sample string 3",
"Data": {}
}
application/xml, text/xml
Sample:
<ResponseAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArellanoAPI.Models"> <Data /> <Excepcion>sample string 3</Excepcion> <Exito>true</Exito> <Mensaje>sample string 2</Mensaje> </ResponseAPI>