POST api/Reposiciones
Request Information
URI Parameters
None.
Body Parameters
Reposiciones| Name | Description | Type | Additional information |
|---|---|---|---|
| IdReposicion | integer |
None. |
|
| IdCliente | integer |
None. |
|
| IdPersonal | integer |
None. |
|
| IdActividad | integer |
None. |
|
| Fecha | date |
None. |
|
| Lineas | integer |
None. |
|
| Foto1 | string |
None. |
|
| Foto2 | string |
None. |
|
| ReposicionesDet | Collection of ReposicionesDet |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdReposicion": 1,
"IdCliente": 1,
"IdPersonal": 1,
"IdActividad": 1,
"Fecha": "2025-12-05T12:37:42.3303432-06:00",
"Lineas": 1,
"Foto1": "sample string 2",
"Foto2": "sample string 3"
}
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
Reposiciones| Name | Description | Type | Additional information |
|---|---|---|---|
| IdReposicion | integer |
None. |
|
| IdCliente | integer |
None. |
|
| IdPersonal | integer |
None. |
|
| IdActividad | integer |
None. |
|
| Fecha | date |
None. |
|
| Lineas | integer |
None. |
|
| Foto1 | string |
None. |
|
| Foto2 | string |
None. |
|
| ReposicionesDet | Collection of ReposicionesDet |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdReposicion": 1,
"IdCliente": 1,
"IdPersonal": 1,
"IdActividad": 1,
"Fecha": "2025-12-05T12:37:42.3928259-06:00",
"Lineas": 1,
"Foto1": "sample string 2",
"Foto2": "sample string 3"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.