POST api/Tools/ItemModel_R_AccountTaxTemplateUpdation
Request Information
URI Parameters
None.
Body Parameters
ItemModel_R_AccountTaxTemplateUpdationInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BrandList | string |
None. |
|
| ProductList | string |
None. |
|
| ProductCategoryList | string |
None. |
|
| ItemCategoryList | string |
None. |
|
| TaxTemplate | string |
None. |
|
| AccountGroup | string |
None. |
|
| TransactionType | string |
None. |
|
| Account_R_ItemModelSearchCode | string |
None. |
|
| ItemClassTypeCode | string |
None. |
|
| ItemClassListCode | string |
None. |
|
| DownloadReport | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"BrandList": "sample string 4",
"ProductList": "sample string 5",
"ProductCategoryList": "sample string 6",
"ItemCategoryList": "sample string 7",
"TaxTemplate": "sample string 8",
"AccountGroup": "sample string 9",
"TransactionType": "sample string 10",
"Account_R_ItemModelSearchCode": "sample string 11",
"ItemClassTypeCode": "sample string 12",
"ItemClassListCode": "sample string 13",
"DownloadReport": true
}
application/xml, text/xml
Sample:
<ItemModel_R_AccountTaxTemplateUpdationInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools"> <AccountGroup>sample string 9</AccountGroup> <Account_R_ItemModelSearchCode>sample string 11</Account_R_ItemModelSearchCode> <BranchInternalCode>sample string 2</BranchInternalCode> <BrandList>sample string 4</BrandList> <DBName>sample string 1</DBName> <DownloadReport>true</DownloadReport> <ItemCategoryList>sample string 7</ItemCategoryList> <ItemClassListCode>sample string 13</ItemClassListCode> <ItemClassTypeCode>sample string 12</ItemClassTypeCode> <ProductCategoryList>sample string 6</ProductCategoryList> <ProductList>sample string 5</ProductList> <TaxTemplate>sample string 8</TaxTemplate> <TransactionType>sample string 10</TransactionType> <UserInternalCode>sample string 3</UserInternalCode> </ItemModel_R_AccountTaxTemplateUpdationInputs>
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. |