Get salesCreditMemos
Retrieve the properties and relationships of a sales credit memo object for Business Central.
HTTP request
Replace the URL prefix for Business Central depending on environment following the guideline.
GET businesscentralPrefix/companies({id})/salesCreditMemos({id})
Request headers
Header | Value |
---|---|
Authorization | Bearer {token}. Required. |
Request body
Do not supply a request body for this method.
Response
If successful, this method returns a 200 OK
response code and a salesCreditMemos object in the response body.
Example
Request
Here is an example of the request.
GET https://{businesscentralPrefix}/api/v2.0/companies({id})/salesCreditMemos({id})
Response
Here is an example of the response.
Note
The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
{
"id": "id-value",
"number": "1009",
"creditMemoDate": "2015-12-31",
"dueDate": "2016-01-31",
"customerId": "customerId-value",
"contactId": "",
"customerNumber": "GL00000008",
"customerName": "GL00000008",
"billingPostalAddress": {
"street": "",
"city": "",
"state": "",
"countryLetterCode": "",
"postalCode": ""
},
"currencyId": "currencyId-value",
"currencyCode": "GBP",
"paymentTermsId": "3bb5b4b6-ea4c-43ca-ba1c-3b69e29a6668",
"salesperson": "",
"pricesIncludeTax": false,
"discountAmount": 0,
"discountAppliedBeforeTax": true,
"totalAmountExcludingTax": 6825.6,
"totalTaxAmount": 682.56,
"totalAmountIncludingTax": 7508.16,
"status": "Draft",
"lastModifiedDateTime": "2017-03-17T19:02:22.043Z",
"invoiceId": "invoiceid-value",
"invoiceNumber": "100009"
}
Related information
Tips for working with the APIs
salescreditmemo
Delete salescreditmemo
Create salescreditmemo
Update salescreditmemo