No documentation available.
Name | Description | Additional information |
---|---|---|
searchParams | No documentation available. |
Define this parameter in the request body. |
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} |
{
"AccountId": 1,
"ParentAccountId": 2,
"OrderStateId": 3,
"PageIndex": 4,
"PageSize": 5
}