POST api/Batch/All
Request Information
URI Parameters
None.
Body Parameters
BatchFilterParamsName | Description | Type | Additional information |
---|---|---|---|
PangolinAppId | globally unique identifier |
None. |
|
PageNumber | integer |
None. |
|
PageSize | integer |
None. |
|
OrderByPart | OrderByPart |
None. |
Request Formats
application/json, text/json
Sample:
{ "PangolinAppId": "844eb768-36df-48ff-b9ff-aea7678911d3", "PageNumber": 2, "PageSize": 3, "OrderByPart": { "Property": "sample string 1", "Descending": true } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.