Znode

Build Version:

POST order/getordersbyorderstatus

No documentation available.

Request Information

» Parameters

Name Description Additional information
orderSearchParameters No documentation available.

Define this parameter in the request body.

» Paging

Name Description Usage
index The index to retrieve when requesting paged results. POST order/getordersbyorderstatus?page=index~{value}
size The size of the page when retrieving paged results. POST order/getordersbyorderstatus?page=size~{value}

Request Body Formats

Sample:
	{
  "OrderId": 1,
  "AccountId": 1,
  "BeginDate": "2025-04-28T02:22:34.2298734+00:00",
  "EndDate": "2025-04-28T02:22:34.2298734+00:00",
  "OrderStateId": 2,
  "PageIndex": 3,
  "PageSize": 4,
  "ParentAccountId": 5
}