Get purchaseCreditMemoLines

Retrieves the properties and relationships of a purchase credit memo line object for Business Central.

HTTP request

Replace the URL prefix for Business Central depending on environment following the guideline.

GET businesscentralPrefix/companies({id})/purchaseCreditMemoLines({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 purchaseCreditMemoLine object in the response body.

Example

Request

Here is an example of the request.

GET https://{businesscentralPrefix}/api/v2.0/companies({id})/purchaseCreditMemoLines({id})

Response

Here is an example of the response.

{
    "id" : "",
    "documentId" : "",
    "sequence" : "",
    "itemId" : "",
    "accountId" : "",
    "lineType" : "",
    "lineObjectNumber" : "",
    "description" : "",
    "unitOfMeasureId" : "",
    "unitOfMeasureCode" : "",
    "unitCost" : "",
    "quantity" : "",
    "discountAmount" : "",
    "discountPercent" : "",
    "discountAppliedBeforeTax" : "",
    "amountExcludingTax" : "",
    "taxCode" : "",
    "taxPercent" : "",
    "totalTaxAmount" : "",
    "amountIncludingTax" : "",
    "invoiceDiscountAllocation" : "",
    "netAmount" : "",
    "netTaxAmount" : "",
    "netAmountIncludingTax" : "",
    "itemVariantId" : "",
    "locationId" : ""
}

See Also

Tips for working with the APIs
purchaseCreditMemoLine
DELETE purchaseCreditMemoLine
POST purchaseCreditMemoLine
PATCH purchaseCreditMemoLine