POST api/Estoque/AlterarStatusPedidoCompra
Request Information
URI Parameters
None.
Body Parameters
PedidoCompraStatusParamVM| Name | Description | Type | Additional information |
|---|---|---|---|
| IdEntrada | integer |
None. |
|
| IdStatus | integer |
None. |
|
| Obs | string |
None. |
|
| IdContaAcesso | integer |
None. |
|
| Token | string |
None. |
|
| IdUsuario | integer |
None. |
|
| DataUnix | integer |
None. |
|
| IDItem | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdEntrada": 1,
"IdStatus": 2,
"Obs": "sample string 3",
"IdContaAcesso": 4,
"Token": "sample string 5",
"IdUsuario": 6,
"DataUnix": 1,
"IDItem": 1
}
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1