POST api/ColloLockColli
Blocca in modo esclusivo i colli specificati
Request Information
URI Parameters
None.
Body Parameters
DTOLockCollo| Name | Description | Type | Additional information |
|---|---|---|---|
| IdColli | Collection of integer |
None. |
|
| IdUtente | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdColli": [
1,
2
],
"IdUtente": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.