POST downloadedSchemesGetForAdmin
Request Information
URI Parameters
None.
Body Parameters
DataModelName | Description | Type | Additional information |
---|---|---|---|
CountryId | string |
None. |
|
UserId | string |
None. |
|
Months | integer |
None. |
|
CategoryId | integer |
None. |
|
PageNumber | integer |
None. |
|
ItemsPerPage | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "CountryId": "sample string 1", "UserId": "sample string 2", "Months": 3, "CategoryId": 4, "PageNumber": 5, "ItemsPerPage": 6 }
application/xml, text/xml
Sample:
<DataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaleffiAPI.Models"> <CategoryId>4</CategoryId> <CountryId>sample string 1</CountryId> <ItemsPerPage>6</ItemsPerPage> <Months>3</Months> <PageNumber>5</PageNumber> <UserId>sample string 2</UserId> </DataModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |