POST api/activity/GetDeletedRunSheets
Request Information
URI Parameters
None.
Body Parameters
PagedResultRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SkipCount | integer |
None. |
|
| MaxResultCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SkipCount": 1,
"MaxResultCount": 1
}
application/xml, text/xml
Sample:
<PagedResultRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MayaserSolutions.Domain"> <MaxResultCount>1</MaxResultCount> <SkipCount>1</SkipCount> </PagedResultRequestDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedResultDtoOfActivityDto| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCount | integer |
None. |
|
| Items | Collection of ActivityDto |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.