POST api/Partner/ListPartner
Request Information
URI Parameters
None.
Body Parameters
InputPartnerList| Name | Description | Type | Additional information |
|---|---|---|---|
| data | FilterPartnerList |
None. |
|
| query | QueryParamForPostRequest |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": {
"PartnerName": "sample string 1",
"FromDate": "sample string 2",
"ToDate": "sample string 3",
"State": 4
},
"query": {
"filter": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"more": true,
"pageNumber": 2,
"pageSize": 3,
"sortOrder": "sample string 4",
"sortField": "sample string 5"
}
}
application/xml, text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Object |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.