POST api/Report/MailingList
Request Information
URI Parameters
None.
Body Parameters
MailingListName | Description | Type | Additional information |
---|---|---|---|
DBName | string |
None. |
|
BranchInternalCode | string |
None. |
|
UserInternalCode | string |
None. |
|
PartyType | string |
None. |
|
StateCodeList | string |
None. |
|
CityCodeList | string |
None. |
|
CategoryCodeList | string |
None. |
|
AccountGroupCodeList | string |
None. |
|
AreaCodeList | string |
None. |
|
SalespersonCodeList | string |
None. |
|
GradeCodeList | string |
None. |
|
DealerClassificationCodeList | string |
None. |
|
RegionCodeList | string |
None. |
|
ShowOnlyMailIdAvailableParty | boolean |
None. |
|
ShowOnlyPhoneNumberAvailableParty | boolean |
None. |
|
ShowLedgerBalance | boolean |
None. |
|
ShowOnlyOutstandingAvailableParty | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "DBName": "sample string 1", "BranchInternalCode": "sample string 2", "UserInternalCode": "sample string 3", "PartyType": "sample string 4", "StateCodeList": "sample string 5", "CityCodeList": "sample string 6", "CategoryCodeList": "sample string 7", "AccountGroupCodeList": "sample string 8", "AreaCodeList": "sample string 9", "SalespersonCodeList": "sample string 10", "GradeCodeList": "sample string 11", "DealerClassificationCodeList": "sample string 12", "RegionCodeList": "sample string 13", "ShowOnlyMailIdAvailableParty": true, "ShowOnlyPhoneNumberAvailableParty": true, "ShowLedgerBalance": true, "ShowOnlyOutstandingAvailableParty": true }
application/xml, text/xml
Sample:
<MailingList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <AccountGroupCodeList>sample string 8</AccountGroupCodeList> <AreaCodeList>sample string 9</AreaCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <CategoryCodeList>sample string 7</CategoryCodeList> <CityCodeList>sample string 6</CityCodeList> <DBName>sample string 1</DBName> <DealerClassificationCodeList>sample string 12</DealerClassificationCodeList> <GradeCodeList>sample string 11</GradeCodeList> <PartyType>sample string 4</PartyType> <RegionCodeList>sample string 13</RegionCodeList> <SalespersonCodeList>sample string 10</SalespersonCodeList> <ShowLedgerBalance>true</ShowLedgerBalance> <ShowOnlyMailIdAvailableParty>true</ShowOnlyMailIdAvailableParty> <ShowOnlyOutstandingAvailableParty>true</ShowOnlyOutstandingAvailableParty> <ShowOnlyPhoneNumberAvailableParty>true</ShowOnlyPhoneNumberAvailableParty> <StateCodeList>sample string 5</StateCodeList> <UserInternalCode>sample string 3</UserInternalCode> </MailingList>
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. |