Applies to integrated customers using the RecoveryConnect APIDescription: Retrieve orders with limited parameters
URL: /api/v130/recon/orders
Method: POST
Request Body Parameters: NA
Success Code: 200 OK – Request Successful
Example:
URL: https://test-api.mbsisystems.com/api/v130/recon/orders |
Request Body: NA
Response:
{ "data": [ { "id": 4, "other_refno": null, "client_id": 26930, "lienholder": 26930, "status_date": null, "accepted_date": "2014-10-22 08:00:00", "tier_level": null, "placement_level": null, "created_at": "2014-10-22 10:59:24", "company_orderno": 1, "order_type": 1, "status": 2 }, { "id": 6, "other_refno": null, "client_id": 35617, "lienholder": 35617, "status_date": null, "accepted_date": "2014-10-22 02:54:00", "tier_level": null, "placement_level": null, "created_at": "2014-10-22 12:54:14", "company_orderno": 2, "order_type": 1, "status": 1 }, { "id": 10, "other_refno": null, "client_id": 33821, "lienholder": 33821, "status_date": null, "accepted_date": "2014-11-29 09:21:00", "tier_level": null, "placement_level": null, "created_at": "2014-10-24 06:52:22", "company_orderno": 1005, "order_type": 1, "status": 1 }, { "id": 12, "other_refno": "8000", "client_id": 28590, "lienholder": 37601, "status_date": null, "accepted_date": "2014-10-28 05:24:30", "tier_level": null, "placement_level": null, "created_at": "2014-10-28 05:24:30", "company_orderno": 1006, "order_type": 1, "status": 1 }, { "id": 14, "other_refno": null, "client_id": 28590, "lienholder": 28590, "status_date": null, "accepted_date": "2014-10-27 15:30:00", "tier_level": null, "placement_level": null, "created_at": "2014-10-28 05:30:09", "company_orderno": 1007, "order_type": 1, "status": 1 }, { "id": 16, "other_refno": null, "client_id": 26930, "lienholder": 26930, "status_date": null, "accepted_date": "2014-10-28 05:38:00", "tier_level": null, "placement_level": null, "created_at": "2014-10-28 05:38:12", "company_orderno": 1008, "order_type": 1, "status": 1 }, { "id": 18, "other_refno": null, "client_id": 26930, "lienholder": 26930, "status_date": null, "accepted_date": "2014-10-29 18:42:13", "tier_level": null, "placement_level": null, "created_at": "2014-10-29 18:42:13", "company_orderno": 1009, "order_type": 1, "status": 1 }, { "id": 20, "other_refno": null, "client_id": 26930, "lienholder": 26930, "status_date": null, "accepted_date": "2016-06-03 14:19:00", "tier_level": null, "placement_level": null, "created_at": "2014-10-29 18:46:48", "company_orderno": 1010, "order_type": 6, "status": 11 }, { "id": 22, "other_refno": null, "client_id": 26930, "lienholder": 26930, "status_date": null, "accepted_date": "2014-10-29 19:01:18", "tier_level": null, "placement_level": null, "created_at": "2014-10-29 19:01:18", "company_orderno": 1011, "order_type": 1, "status": 1 }, { "id": 24, "other_refno": null, "client_id": 26930, "lienholder": 26930, "status_date": null, "accepted_date": "2014-10-29 19:03:17", "tier_level": null, "placement_level": null, "created_at": "2014-10-29 19:03:17", "company_orderno": 1012, "order_type": 1, "status": 1 } ], "links": { "first": "http://test-api.mbsisystems.com/api/v130/recon/orders?q=%2Fapi%2Fv130%2Frecon%2Forders&page=1", "last": "http://test-api.mbsisystems.com/api/v130/recon/orders?q=%2Fapi%2Fv130%2Frecon%2Forders&page=12874", "prev": null, "next": "http://test-api.mbsisystems.com/api/v130/recon/orders?q=%2Fapi%2Fv130%2Frecon%2Forders&page=2" }, "meta": { "current_page": 1, "from": 1, "last_page": 12874, "path": "http://test-api.mbsisystems.com/api/v130/recon/orders", "per_page": "10", "to": 10, "total": 128731, "orderby": "id", "direction": "asc", "orderby_options": [ "id" ] }, "warnings": [] } |