POST api/Masters/GeneralMasterList
Request Information
URI Parameters
None.
Body Parameters
GeneralMasterList| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| MasterType | string |
None. |
|
| MasterCaption | string |
None. |
|
| SearchText | string |
None. |
|
| SelectedStatusList | string |
None. |
|
| OrderBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"MasterType": "sample string 4",
"MasterCaption": "sample string 5",
"SearchText": "sample string 6",
"SelectedStatusList": "sample string 7",
"OrderBy": "sample string 8"
}
application/xml, text/xml
Sample:
<GeneralMasterList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Master"> <BranchInternalCode>sample string 2</BranchInternalCode> <DBName>sample string 1</DBName> <MasterCaption>sample string 5</MasterCaption> <MasterType>sample string 4</MasterType> <OrderBy>sample string 8</OrderBy> <SearchText>sample string 6</SearchText> <SelectedStatusList>sample string 7</SelectedStatusList> <UserInternalCode>sample string 3</UserInternalCode> </GeneralMasterList>
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. |