POST api/Update
Request Information
URI Parameters
None.
Body Parameters
FilterName | Description | Type | Additional information |
---|---|---|---|
Days | integer |
None. |
|
pageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Days": 1, "pageSize": 2 }
application/xml, text/xml
Sample:
<Filter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Days>1</Days> <pageSize>2</pageSize> </Filter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<anyType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />