Payments/Receipts
{
"documentAmount": 10000.00,
"companyCurrencyAmount": 10000.00,
"sourceCurrencyAmount": 10000.00,
"documentCurrency": "USD",
"documentDate": "2014-01-01T00:00:00",
"documentType": "PMO",
"documentNo": "111111199",
"externalDocumentNo": "50300",
"company": "01",
"businessPartner": "60526",
"invoicingStatus": "POS",
"documentText": "text here",
"documentLines":
[
{
"documentAmount": 10000.00,
"companyCurrencyAmount": 10000.00,
"sourceCurrencyAmount": 10000.00,
"documentCurrency": "USD",
"invoicingStatus": "POS",
"documentLineText": "text here",
"businessPartner": "BPCODE",
"isAccountsPayable": true,
"refDocument": "71800125"
}
]
}Last updated
Was this helpful?