POST api/Estoque/CancelarSolicitacao
Request Information
URI Parameters
None.
Body Parameters
NumeroVM| Name | Description | Type | Additional information |
|---|---|---|---|
| IdContaAcesso | integer |
None. |
|
| Token | string |
None. |
|
| ID | integer |
None. |
|
| IDUsuario | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdContaAcesso": 1,
"Token": "sample string 2",
"ID": 3,
"IDUsuario": 4
}
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true