Skip to main content
GET
/
commerce
/
customer
/
accounts
/
{accountId}
/
PurchaseOrderTransaction
Error
A valid request URL is required to generate request examples
{
  "startIndex": 123,
  "pageSize": 123,
  "pageCount": 123,
  "totalCount": 123,
  "items": [
    {
      "customerPurchaseOrderAccountId": 123,
      "externalId": "<string>",
      "siteId": 123,
      "tenantId": 123,
      "transactionDate": "2023-11-07T05:31:56Z",
      "orderId": "<string>",
      "purchaseOrderNumber": "<string>",
      "transactionAmount": 123,
      "creditLimit": 123,
      "additionalTransactionDetail": "<string>",
      "availableBalance": 123,
      "transactionTypeId": 123,
      "transactionDescription": "<string>",
      "author": "<string>",
      "auditInfo": {
        "updateDate": "2023-11-07T05:31:56Z",
        "createDate": "2023-11-07T05:31:56Z",
        "updateBy": "<string>",
        "createBy": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

accountId
integer<int32>
required

Customer Account Id for which transaction logs need to be retreived

Query Parameters

startIndex
integer<int32>
default:0

Used to page results from a query. Indicates the zero-based offset in the complete result set where the returned entities begin. For example, with a PageSize of 25, to get the 51st through the 75th items, startIndex=3. The default value is 0. Optional.

pageSize
integer<int32>
default:20

Used to page results from a query. Indicates the maximum number of entities to return from a query. The default value is 20 and the maximum value is 200. Optional.

sortBy
string
default:""

The element to sort the results by and the order in which the results appear. Either ascending (a-z) or descending (z-a) order. Optional.

filter
string
responseFields
string

limits which fields are returned in the response body

Response

Success

Collection of purchase order transactions returned as a whole. A collection is not paged.

startIndex
integer<int32>
pageSize
integer<int32>
pageCount
integer<int32>
totalCount
integer<int32>
items
object[] | null