Znode

Build Version:

POST order/getordersbyorderstatusandapproverid

No documentation available.

Request Information

» Parameters

Name Description Additional information
searchParams 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/getordersbyorderstatusandapproverid?page=index~{value}
size The size of the page when retrieving paged results. POST order/getordersbyorderstatusandapproverid?page=size~{value}

Request Body Formats

Sample:
	{
  "AccountId": 1,
  "ParentAccountId": 2,
  "OrderStateId": 3,
  "PageIndex": 4,
  "PageSize": 5
}