POST api/CashApplication
Create CashApplication objects
Request Information
Request body formats
application/json, text/json
Sample:
{
"Customer_Num": "sample string 1",
"Apply_To_Document_Number": "sample string 2",
"Apply_To_Document_Type": "sample string 3",
"Apply_To_Document_Date": "2025-11-04T14:02:41.233-05:00",
"Apply_To_GL_Posting_Date": "2025-11-04T14:02:41.233-05: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-11-04T14:02:41.233-05:00",
"Apply_From_GL_Posting_Date": "2025-11-04T14:02:41.233-05:00",
"Note_Creation_Date": "2025-11-04T14:02:41.233-05: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
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"Customer_Num": "sample string 1",
"Apply_To_Document_Number": "sample string 2",
"Apply_To_Document_Type": "sample string 3",
"Apply_To_Document_Date": "2025-11-04T14:02:41.233-05:00",
"Apply_To_GL_Posting_Date": "2025-11-04T14:02:41.233-05: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-11-04T14:02:41.233-05:00",
"Apply_From_GL_Posting_Date": "2025-11-04T14:02:41.233-05:00",
"Note_Creation_Date": "2025-11-04T14:02:41.233-05: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
}