POST api/RecordingMaster/GetRecordings
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "FromDate": "2025-04-10T22:37:56.9630714-07:00", "ToDate": "2025-04-10T22:37:56.9630714-07:00", "SupplierId": 3, "Date": "2025-04-10T22:37:56.9630714-07:00", "CustomerName": "sample string 5", "PhoneNumber": "sample string 6", "SupplierName": "sample string 7", "UtilityName": "sample string 8", "UserName": "sample string 9" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "$id": "1", "FromDate": "2025-04-10T22:37:56.9786972-07:00", "ToDate": "2025-04-10T22:37:56.9786972-07:00", "SupplierId": 3, "Date": "2025-04-10T22:37:56.9786972-07:00", "CustomerName": "sample string 5", "PhoneNumber": "sample string 6", "SupplierName": "sample string 7", "UtilityName": "sample string 8", "UserName": "sample string 9" }, { "$ref": "1" }, { "$ref": "1" } ]