GET api/CashApplication

ODATA enabled get CashApplication requests.

Request Information

Parameters

NameDescriptionAdditional information
options
No documentation available.

None.

Request body formats

text/plain

Sample:
No body required. Body is ignored.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "Customer_Num": "sample string 1",
      "Apply_To_Document_Number": "sample string 2",
      "Apply_To_Document_Type": "sample string 3",
      "Apply_To_Document_Date": "2025-04-04T00:15:19.565-04:00",
      "Apply_To_GL_Posting_Date": "2025-04-04T00:15:19.565-04:00",
      "Apply_To_Amount": 1.0,
      "Apply_From_Document_Number": "sample string 4",
      "Apply_From_Document_Type": "sample string 5",
      "Apply_From_Document_Date": "2025-04-04T00:15:19.565-04:00",
      "Apply_From_GL_Posting_Date": "2025-04-04T00:15:19.565-04:00",
      "Note_Creation_Date": "2025-04-04T00:15:19.565-04:00",
      "Apply_From_Apply_Amount": 1.0,
      "Actual_Apply_To_Amount": 1.0,
      "Apply_To_Document_Type_Abrev": "sample string 6",
      "Apply_To_Document_Descr": "sample string 7",
      "Apply_From_Document_Type_Abrev": "sample string 8",
      "Apply_From_Document_Descr": "sample string 9",
      "UserFieldData": [
        {},
        {},
        {}
      ],
      "UserFieldNames": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ],
      "Notifications": null
    },
    {
      "Customer_Num": "sample string 1",
      "Apply_To_Document_Number": "sample string 2",
      "Apply_To_Document_Type": "sample string 3",
      "Apply_To_Document_Date": "2025-04-04T00:15:19.565-04:00",
      "Apply_To_GL_Posting_Date": "2025-04-04T00:15:19.565-04:00",
      "Apply_To_Amount": 1.0,
      "Apply_From_Document_Number": "sample string 4",
      "Apply_From_Document_Type": "sample string 5",
      "Apply_From_Document_Date": "2025-04-04T00:15:19.565-04:00",
      "Apply_From_GL_Posting_Date": "2025-04-04T00:15:19.565-04:00",
      "Note_Creation_Date": "2025-04-04T00:15:19.565-04:00",
      "Apply_From_Apply_Amount": 1.0,
      "Actual_Apply_To_Amount": 1.0,
      "Apply_To_Document_Type_Abrev": "sample string 6",
      "Apply_To_Document_Descr": "sample string 7",
      "Apply_From_Document_Type_Abrev": "sample string 8",
      "Apply_From_Document_Descr": "sample string 9",
      "UserFieldData": [
        {},
        {},
        {}
      ],
      "UserFieldNames": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ],
      "Notifications": null
    },
    {
      "Customer_Num": "sample string 1",
      "Apply_To_Document_Number": "sample string 2",
      "Apply_To_Document_Type": "sample string 3",
      "Apply_To_Document_Date": "2025-04-04T00:15:19.565-04:00",
      "Apply_To_GL_Posting_Date": "2025-04-04T00:15:19.565-04:00",
      "Apply_To_Amount": 1.0,
      "Apply_From_Document_Number": "sample string 4",
      "Apply_From_Document_Type": "sample string 5",
      "Apply_From_Document_Date": "2025-04-04T00:15:19.565-04:00",
      "Apply_From_GL_Posting_Date": "2025-04-04T00:15:19.565-04:00",
      "Note_Creation_Date": "2025-04-04T00:15:19.565-04:00",
      "Apply_From_Apply_Amount": 1.0,
      "Actual_Apply_To_Amount": 1.0,
      "Apply_To_Document_Type_Abrev": "sample string 6",
      "Apply_To_Document_Descr": "sample string 7",
      "Apply_From_Document_Type_Abrev": "sample string 8",
      "Apply_From_Document_Descr": "sample string 9",
      "UserFieldData": [
        {},
        {},
        {}
      ],
      "UserFieldNames": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ],
      "Notifications": null
    }
  ],
  "NextPageLink": null,
  "Count": 3
}