POST api/{tenant}/PcpProducaoAbscorcaoQuantidadeContabilizacao/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tenant | string |
None. |
|
| id | string |
None. |
Body Parameters
AbsorcaoCustoQuantidadeOP| Name | Description | Type | Additional information |
|---|---|---|---|
| EstabelecimentoId | integer |
None. |
|
| SomenteReprocessar | boolean |
None. |
|
| Contas | string |
None. |
|
| Absorcoes | string |
None. |
|
| Competencia | string |
None. |
|
| Guid | string |
None. |
|
| Tenant | string |
None. |
|
| Dominio | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EstabelecimentoId": 1,
"SomenteReprocessar": true,
"Contas": "sample string 3",
"Absorcoes": "sample string 4",
"Competencia": "sample string 5",
"Guid": "sample string 6",
"Tenant": "sample string 7",
"Dominio": "sample string 8"
}
application/xml, text/xml
Sample:
<AbsorcaoCustoQuantidadeOP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M8.WebApi.Controllers.Integracao.Agregue.Estoque.Recursos.Classes"> <Absorcoes>sample string 4</Absorcoes> <Competencia>sample string 5</Competencia> <Contas>sample string 3</Contas> <Dominio>sample string 8</Dominio> <EstabelecimentoId>1</EstabelecimentoId> <Guid>sample string 6</Guid> <SomenteReprocessar>true</SomenteReprocessar> <Tenant>sample string 7</Tenant> </AbsorcaoCustoQuantidadeOP>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.