POST api/Masters/PartyMasterList

Request Information

URI Parameters

None.

Body Parameters

PartyMasterList
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

TransactionType

string

None.

PartySearchType

string

None.

PartySearchText

string

None.

SelectedCityCodeList

string

None.

SelectedStateCodeList

string

None.

SelectedCategoryCodeList

string

None.

SelectedGenderCodeList

string

None.

SelectSalesPersonCodeList

string

None.

SelectedItemCategoryCodeList

string

None.

SelectedStatusList

string

None.

SelectedPartyCodeList

string

None.

SelectedAccountGroupCodeList

string

None.

PartyTypeForDeliveryAddress

string

None.

DealerRegionList

string

None.

OrderBy

string

None.

DealerClassfication

string

None.

BranchList

string

None.

GradeList

string

None.

SalesDocumentType

string

None.

ShowOnlyApprove_R_Unapprove

string

None.

DownloadReport

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "TransactionType": "sample string 4",
  "PartySearchType": "sample string 5",
  "PartySearchText": "sample string 6",
  "SelectedCityCodeList": "sample string 7",
  "SelectedStateCodeList": "sample string 8",
  "SelectedCategoryCodeList": "sample string 9",
  "SelectedGenderCodeList": "sample string 10",
  "SelectSalesPersonCodeList": "sample string 11",
  "SelectedItemCategoryCodeList": "sample string 12",
  "SelectedStatusList": "sample string 13",
  "SelectedPartyCodeList": "sample string 14",
  "SelectedAccountGroupCodeList": "sample string 15",
  "PartyTypeForDeliveryAddress": "sample string 16",
  "DealerRegionList": "sample string 17",
  "OrderBy": "sample string 18",
  "DealerClassfication": "sample string 19",
  "BranchList": "sample string 20",
  "GradeList": "sample string 21",
  "SalesDocumentType": "sample string 22",
  "ShowOnlyApprove_R_Unapprove": "sample string 23",
  "DownloadReport": true
}

application/xml, text/xml

Sample:
<PartyMasterList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Master">
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <BranchList>sample string 20</BranchList>
  <DBName>sample string 1</DBName>
  <DealerClassfication>sample string 19</DealerClassfication>
  <DealerRegionList>sample string 17</DealerRegionList>
  <DownloadReport>true</DownloadReport>
  <GradeList>sample string 21</GradeList>
  <OrderBy>sample string 18</OrderBy>
  <PartySearchText>sample string 6</PartySearchText>
  <PartySearchType>sample string 5</PartySearchType>
  <PartyTypeForDeliveryAddress>sample string 16</PartyTypeForDeliveryAddress>
  <SalesDocumentType>sample string 22</SalesDocumentType>
  <SelectSalesPersonCodeList>sample string 11</SelectSalesPersonCodeList>
  <SelectedAccountGroupCodeList>sample string 15</SelectedAccountGroupCodeList>
  <SelectedCategoryCodeList>sample string 9</SelectedCategoryCodeList>
  <SelectedCityCodeList>sample string 7</SelectedCityCodeList>
  <SelectedGenderCodeList>sample string 10</SelectedGenderCodeList>
  <SelectedItemCategoryCodeList>sample string 12</SelectedItemCategoryCodeList>
  <SelectedPartyCodeList>sample string 14</SelectedPartyCodeList>
  <SelectedStateCodeList>sample string 8</SelectedStateCodeList>
  <SelectedStatusList>sample string 13</SelectedStatusList>
  <ShowOnlyApprove_R_Unapprove>sample string 23</ShowOnlyApprove_R_Unapprove>
  <TransactionType>sample string 4</TransactionType>
  <UserInternalCode>sample string 3</UserInternalCode>
</PartyMasterList>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.