POST api/PutPuestos
Request Information
URI Parameters
None.
Body Parameters
Collection of Puestos| Name | Description | Type | Additional information |
|---|---|---|---|
| idPuesto | globally unique identifier |
None. |
|
| idCliente | globally unique identifier |
None. |
|
| nomPuesto | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idPuesto": "b903a08a-4930-4651-b419-53e9112c3c99",
"idCliente": "a8a58c3a-5658-4b1d-ba8a-4e1ca3095559",
"nomPuesto": "sample string 3"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.