Actuals
Prerequisites
Integration Set-Up
Data Transaction
POST /Document
{
"documentAmount": 10000.00,
"companyCurrencyAmount": 10000.00,
"sourceCurrencyAmount": 10000.00,
"documentDate": "2014-01-01T00:00:00",
"documentType": "ACC",
"documentNo": "111111187",
"company": "01",
"invoicingStatus": "POS",
"documentCurrency": "USD",
"documentText": "text here",
"glAccount": "1000",
"documentLines":
[
{
"documentAmount": 10000.00,
"companyCurrencyAmount": 10000.00,
"sourceCurrencyAmount": 10000.00,
"documentCurrency": "USD",
"exchangeRate": 1,
"invoicingStatus": "POS",
"documentLineText": "text here",
"voyage": "VOY100",
"glAccount": "1000"
}
]
}Post Transaction
Last updated
Was this helpful?