POST Api/CriaFaturaPendente
Request Information
URI Parameters
None.
Body Parameters
CriaFaturamentoPendenteModelName | Description | Type | Additional information |
---|---|---|---|
Entidade | string |
Required |
|
NumeroRecebimento | string |
Required |
|
NumeroModelo | string |
Required |
|
NumeroNotaFiscal | string |
Required |
|
NumeroSerieNota | string |
Required |
|
DataVencimentoNota | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "Entidade": "sample string 1", "NumeroRecebimento": "sample string 2", "NumeroModelo": "sample string 3", "NumeroNotaFiscal": "sample string 4", "NumeroSerieNota": "sample string 5", "DataVencimentoNota": "sample string 6" }
application/xml, text/xml
Sample:
<CriaFaturamentoPendenteModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiDynamics.Models"> <DataVencimentoNota>sample string 6</DataVencimentoNota> <Entidade>sample string 1</Entidade> <NumeroModelo>sample string 3</NumeroModelo> <NumeroNotaFiscal>sample string 4</NumeroNotaFiscal> <NumeroRecebimento>sample string 2</NumeroRecebimento> <NumeroSerieNota>sample string 5</NumeroSerieNota> </CriaFaturamentoPendenteModel>
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.