POST POS/v3/Reports/AR/Search Try Now

Searches the specified AR Report.

Request Information

URI Parameters

None.

Body Parameters

The request.

NameDescriptionTypeAdditional information
CustomerName
Customer's Name (First Name, Last Name)
string
None.
CustomerId
Customer Unique Identifier
string
None.
Page
Sets the page.
integer
None.
ItemsPerPage
Sets the items per page.
integer
None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerName": "",
  "CustomerId": "",
  "Page": 3,
  "ItemsPerPage": 4
}

Response Information

Resource Description

NameDescriptionTypeAdditional information
Items
Collection of SearchARResponse
None.
Page
integer
None.
TotalPages
integer
None.
Records
integer
None.
Meta
Object
None.

Response Formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "CustomerId": "",
      "CustomerName": "",
      "ClientCompany": "",
      "UpTo30Days": {
        "Currency": "",
        "Amount": 1.0
      },
      "UpTo60Days": {
        "Currency": "",
        "Amount": 1.0
      },
      "UpTo90Days": {
        "Currency": "",
        "Amount": 1.0
      },
      "OlderThan90Days": {
        "Currency": "",
        "Amount": 1.0
      },
      "Total": {
        "Currency": "",
        "Amount": 1.0
      },
      "Invoices": [
        {
          "InvoiceId": "",
          "InvoiceNumber": 2,
          "InvoiceStatus": "Any",
          "DateRaised": "2024-04-26T20:52",
          "ExternalOrderNumber": "",
          "SellPrice": {
            "Currency": "",
            "Amount": 1.0
          },
          "Total": {
            "Currency": "",
            "Amount": 1.0
          },
          "PaidAmount": {
            "Currency": "",
            "Amount": 1.0
          },
          "TotalDue": {
            "Currency": "",
            "Amount": 1.0
          },
          "InvoiceItems": [
            {
              "Event": "",
              "Venue": "",
              "EventDate": "2024-04-26T20:52",
              "Quantity": "",
              "SellPrice": {
                "Currency": "",
                "Amount": 1.0
              },
              "PurchasePrice": {
                "Currency": "",
                "Amount": 1.0
              },
              "TotalSellPrice": {
                "Currency": "",
                "Amount": 1.0
              },
              "TotalCost": {
                "Currency": "",
                "Amount": 1.0
              },
              "Profit": {
                "Currency": "",
                "Amount": 1.0
              }
            }
          ]
        }
      ]
    }
  ],
  "Page": 1,
  "TotalPages": 2,
  "Records": 3,
  "Meta": {}
}