POST api/Report/SupplierDealerDueDateRegister
Request Information
URI Parameters
None.
Body Parameters
Supplier_DealerDueDateRegisterInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BranchCodeList | string |
None. |
|
| PartyCode | string |
None. |
|
| ProdCatgCodeList | string |
None. |
|
| RegionCodeList | string |
None. |
|
| CityTownCodeList | string |
None. |
|
| GradeCodeList | string |
None. |
|
| DocTypeCodeList | string |
None. |
|
| DealCategory | string |
None. |
|
| DealCriteria | string |
None. |
|
| AccnGrp | string |
None. |
|
| Salesperson | string |
None. |
|
| ShowUnadjAmt | boolean |
None. |
|
| ShowActiveSRN_PRN | boolean |
None. |
|
| ShowSummary | boolean |
None. |
|
| Purc_DC_DueDate | boolean |
None. |
|
| ShowActiveExpectCr | boolean |
None. |
|
| DownloadReport | boolean |
None. |
|
| UptoDate | integer |
None. |
|
| Interval | integer |
None. |
|
| Groupby1 | string |
None. |
|
| Groupby2 | string |
None. |
|
| Groupby3 | string |
None. |
|
| Group1Name | string |
None. |
|
| Group2Name | string |
None. |
|
| Group3Name | string |
None. |
|
| TransactionType | string |
None. |
|
| RemoveColumns | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"BranchCodeList": "sample string 4",
"PartyCode": "sample string 5",
"ProdCatgCodeList": "sample string 6",
"RegionCodeList": "sample string 7",
"CityTownCodeList": "sample string 8",
"GradeCodeList": "sample string 9",
"DocTypeCodeList": "sample string 10",
"DealCategory": "sample string 11",
"DealCriteria": "sample string 12",
"AccnGrp": "sample string 13",
"Salesperson": "sample string 14",
"ShowUnadjAmt": true,
"ShowActiveSRN_PRN": true,
"ShowSummary": true,
"Purc_DC_DueDate": true,
"ShowActiveExpectCr": true,
"DownloadReport": true,
"UptoDate": 21,
"Interval": 22,
"Groupby1": "sample string 23",
"Groupby2": "sample string 24",
"Groupby3": "sample string 25",
"Group1Name": "sample string 26",
"Group2Name": "sample string 27",
"Group3Name": "sample string 28",
"TransactionType": "sample string 29",
"RemoveColumns": "sample string 30"
}
application/xml, text/xml
Sample:
<Supplier_DealerDueDateRegisterInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <AccnGrp>sample string 13</AccnGrp> <BranchCodeList>sample string 4</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <CityTownCodeList>sample string 8</CityTownCodeList> <DBName>sample string 1</DBName> <DealCategory>sample string 11</DealCategory> <DealCriteria>sample string 12</DealCriteria> <DocTypeCodeList>sample string 10</DocTypeCodeList> <DownloadReport>true</DownloadReport> <GradeCodeList>sample string 9</GradeCodeList> <Group1Name>sample string 26</Group1Name> <Group2Name>sample string 27</Group2Name> <Group3Name>sample string 28</Group3Name> <Groupby1>sample string 23</Groupby1> <Groupby2>sample string 24</Groupby2> <Groupby3>sample string 25</Groupby3> <Interval>22</Interval> <PartyCode>sample string 5</PartyCode> <ProdCatgCodeList>sample string 6</ProdCatgCodeList> <Purc_DC_DueDate>true</Purc_DC_DueDate> <RegionCodeList>sample string 7</RegionCodeList> <RemoveColumns>sample string 30</RemoveColumns> <Salesperson>sample string 14</Salesperson> <ShowActiveExpectCr>true</ShowActiveExpectCr> <ShowActiveSRN_PRN>true</ShowActiveSRN_PRN> <ShowSummary>true</ShowSummary> <ShowUnadjAmt>true</ShowUnadjAmt> <TransactionType>sample string 29</TransactionType> <UptoDate>21</UptoDate> <UserInternalCode>sample string 3</UserInternalCode> </Supplier_DealerDueDateRegisterInputs>
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. |