POST Api/CriarLinhaDiarioPagamentoAntecipadoCustom
Request Information
URI Parameters
None.
Body Parameters
DiarioPagamentoAntecipadoLinhaCustomModelName | Description | Type | Additional information |
---|---|---|---|
Entidade | string |
None. |
|
TransDate | string |
None. |
|
amountCurDebit | string |
None. |
|
VendPrepaymentId | string |
None. |
|
BankAccount | string |
None. |
|
VendAccount | string |
None. |
|
LedgerJournalId | string |
None. |
|
LedgerJournalTransTxt | string |
None. |
|
VendPostingProfile | string |
None. |
|
PaymMode | string |
None. |
|
PaymTermId | string |
None. |
|
CustVendBankAccountId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Entidade": "sample string 1", "TransDate": "sample string 2", "amountCurDebit": "sample string 3", "VendPrepaymentId": "sample string 4", "BankAccount": "sample string 5", "VendAccount": "sample string 6", "LedgerJournalId": "sample string 7", "LedgerJournalTransTxt": "sample string 8", "VendPostingProfile": "sample string 9", "PaymMode": "sample string 10", "PaymTermId": "sample string 11", "CustVendBankAccountId": "sample string 12" }
application/xml, text/xml
Sample:
<DiarioPagamentoAntecipadoLinhaCustomModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiDynamics.Models"> <BankAccount>sample string 5</BankAccount> <CustVendBankAccountId>sample string 12</CustVendBankAccountId> <Entidade>sample string 1</Entidade> <LedgerJournalId>sample string 7</LedgerJournalId> <LedgerJournalTransTxt>sample string 8</LedgerJournalTransTxt> <PaymMode>sample string 10</PaymMode> <PaymTermId>sample string 11</PaymTermId> <TransDate>sample string 2</TransDate> <VendAccount>sample string 6</VendAccount> <VendPostingProfile>sample string 9</VendPostingProfile> <VendPrepaymentId>sample string 4</VendPrepaymentId> <amountCurDebit>sample string 3</amountCurDebit> </DiarioPagamentoAntecipadoLinhaCustomModel>
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.