GET api/CustomerAR
ODATA enabled get CustomerAR requests.
Request Information
Parameters
Name | Description | Additional 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", "Seq": 1, "Period": "sample string 2", "Period_Amt": 1.0, "Curr_Dec": 3, "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }, { "Customer_Num": "sample string 1", "Seq": 1, "Period": "sample string 2", "Period_Amt": 1.0, "Curr_Dec": 3, "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }, { "Customer_Num": "sample string 1", "Seq": 1, "Period": "sample string 2", "Period_Amt": 1.0, "Curr_Dec": 3, "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null } ], "NextPageLink": null, "Count": 3 }