VendorCredit
Supported Methods | Supported Parameters |
---|---|
GET, POST, PATCH | Id, page, pageSize, modTimeStart, modTimeEnd, isDeleted |
{
"ID": "",
"Number": "",
"Memo": "",
"Date": "2021-06-04T14:23:12Z",
"Vendor": {
"ID": "",
"FullName": ""
},
"APAccount": {
"ID": "",
"FullName": ""
},
"ItemLines": [{
"Item": {
"ID": "",
"FullName": ""
},
"Description": "",
"Quantity": 0.0,
"Cost": 0.0,
"Amount": 0.0,
"Customer": {
"ID": "",
"FullName": ""
},
"IsBillable": "",
"Class": {
"ID": "",
"FullName": ""
},
"ID": "",
"UnitPrice": 0.0,
"Account": {
"ID": ""
}
}],
"AccountLines": [{
"Account": {
"ID": "",
"FullName": ""
},
"Amount": 0.0,
"Memo": "",
"Customer": {
"ID": "",
"FullName": ""
},
"IsBillable": "",
"Class": {
"ID": "",
"FullName": ""
},
"ID": ""
}],
"ExchangeRate": 0.0,
"LastModifiedDate": "2021-06-04T14:23:12Z",
"DeletedDate": "2021-06-04T14:23:12Z",
"CreditAmountInHomeCurrency": 0.0,
"CreatedDate": "2021-06-04T14:23:12Z",
"LinkedTransactions": [{
"ID": "",
"Type": "",
"Date": "2021-06-04T14:23:12Z",
"Number": "",
"Amount": 0.0
}],
"Currency": {
"ID": "",
"FullName": ""
},
"LinkedTransactionLines": [{
"Account": {
"ID": ""
},
"Amount": 0.0,
"Description": "",
"Item": {
"ID": ""
},
"LinkedLine": {
"ID": ""
},
"Quantity": 0.0,
"Rate": 0.0
}]
}
Updated about 1 year ago
Did this page help you?