POST api/Report/SearchOnPartyDocumentReport
Request Information
URI Parameters
None.
Body Parameters
SearchOnPartyDocument| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| MainTypeList | string |
None. |
|
| SubTypeList | string |
None. |
|
| Value | string |
None. |
|
| BranchCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"MainTypeList": "sample string 4",
"SubTypeList": "sample string 5",
"Value": "sample string 6",
"BranchCode": "sample string 7"
}
application/xml, text/xml
Sample:
<SearchOnPartyDocument xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <BranchCode>sample string 7</BranchCode> <BranchInternalCode>sample string 2</BranchInternalCode> <DBName>sample string 1</DBName> <MainTypeList>sample string 4</MainTypeList> <SubTypeList>sample string 5</SubTypeList> <UserInternalCode>sample string 3</UserInternalCode> <Value>sample string 6</Value> </SearchOnPartyDocument>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |