API DOCUMENTATION
    Try Unleashed Now Sandbox

    Recost Adjustments

    The Recost Adjustments resource allows recost adjustments to be listed.

    The full range of URIs and HTTP Verbs supported are:

    Operation HTTP Action
    List a page of Recost Adjustments GET /RecostAdjustments

    GET Recost Adjustments

    Available Filters for GET Recost Adjustments
    Filter Description
    completedBefore Returns Recost Adjustments completed before the specified date.
    completedAfter Returns Recost Adjustments completed after the specified date.
    pageSize Specifies the page size for pagination. Default page size is 200 recost adjustments.

    Note: Requesting large numbers of recost adjustments can be susceptible to poor network performance. Please reduce the page size if you experience delayed requests.

    Note: Date filters should be provided in the ISO format YYYY-MM-DD. The time zone is UTC.

    Filters are used by adding the filter and value to the URI:
    • /RecostAdjustments?pageSize=10
    Available Fields for GET Recost Adjustments
    Property Type Length
    CompletedDate Nullable DateTime
    Currency String 3
    EntryDate Nullable DateTime
    PurchaseOrderGuid Guid
    PurchaseOrderNumber String 20
    SupplierCode String 500
    TaxCode String 50
    Total Decimal

    Examples for Response GET /RecostAdjustments

    show xml example
    show json example

    Use the API Sandbox to see how the object is rendered in JSON or XML.

    Note: An Unleashed account is required before you can use the API Sandbox.

    Trial accounts are also allowed to connect to the API.
    You can register a new account here: Register.