Get Credit Note
Get Credit Note
Path Parameters
Name
Type
Description
{
"id": 716,
"reference": "CN10000129",
"title": "Test Credit Note",
"notes": "",
"currency": "AUD",
"totalAmount": 1118.4,
"totalTaxAmount": 100,
"amountAllocated": 1118.4,
"amountRefunded": null,
"createdDate": "2021-02-16 05:10:55 UTC",
"modifiedDate": "2021-02-16 05:15:42 UTC",
"refType": 4,
"refId": 27398,
"eventId": null,
"venueId": 1,
"contactId": null,
"companyId": 854,
"address": {
"line1": "2/1 New Castle Stree",
"line2": "",
"line3": "",
"line4": "",
"city": "Burleigh Heads",
"stateCode": "QLD",
"countryCode": "AU",
"postalCode": 4220
},
"taxes": [
{
"taxId": 5455,
"amount": 100,
"costcenterId": 0,
"taxRateId": 0,
"taxRateAmount": 0,
"taxRateAmountType": 0
}
],
"items": [
{
"id": 551,
"description": "Accommodation: Room \"Room 4\" arrive 02/01/2021 depart 03/01/2021",
"quantity": 1,
"unitCost": 1000,
"totalCost": 1000,
"totalTaxCost": 90.91,
"amountPaid": null,
"refType": 510,
"costCenters": [
{
"costcenterId": 6,
"totalCost": 1000,
"totalTaxCost": 90.909
}
],
"taxes": [
{
"taxId": 5455,
"amount": 90.909,
"taxRateId": 0,
"taxRateAmount": 0,
"taxRateAmountType": 0,
"costcenterId": 0
}
]
},
{
"id": 552,
"description": "Service Fee: Accomm SF (10%) on Room \"Room 4\"",
"quantity": 1,
"unitCost": 100,
"totalCost": 100,
"totalTaxCost": 9.09,
"amountPaid": null,
"refType": 513,
"costCenters": [
{
"costcenterId": 6,
"totalCost": 100.000091,
"totalTaxCost": 9.091
}
],
"taxes": [
{
"taxId": 5455,
"amount": 9.091,
"taxRateId": 0,
"taxRateAmount": 0,
"taxRateAmountType": 0,
"costcenterId": 0
}
]
},
{
"id": 553,
"description": "Balance Adjustment",
"quantity": 1,
"unitCost": 18.4,
"totalCost": 18.4,
"totalTaxCost": 0,
"amountPaid": null,
"refType": 504,
"costCenters": [
{
"costcenterId": 16105,
"totalCost": 500,
"totalTaxCost": 45.455
}
],
"taxes": []
}
],
"allocations": [
{
"invoiceId": 4842,
"creditDate": "2021-02-16 05:16:17",
"amountAllocated": 1000.0,
"notes": null
}
],
"refunds": [
{
"refundId": 195,
"refundDate": "2021-02-18 00:05:15",
"amountRefunded": 118.4,
"notes": "Jus refunded."
}
]
}Example Request
Returns
Property
Description
Reference type
#
Description
Address Details
Property
Description
Item Details
Property
Description
Tax Details
Property
Description
Item Ref Type
RefType
Description
Allocation Details
Property
Description
Refund Details
Property
Description
Throws
Code
Description
Last updated