POST api/Tools/Update_ItemModel_Tax_In_SalesInvoice
Request Information
URI Parameters
None.
Body Parameters
Update_ItemModel_Tax_In_SalesInvoice_Inputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BranchCode | string |
None. |
|
| ItemModelSearchCode | string |
None. |
|
| TaxClassCode | string |
None. |
|
| DocTypeCode | string |
None. |
|
| Tax1_Perc | decimal number |
None. |
|
| Tax2_Perc | decimal number |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"BranchCode": "sample string 4",
"ItemModelSearchCode": "sample string 5",
"TaxClassCode": "sample string 6",
"DocTypeCode": "sample string 7",
"Tax1_Perc": 8.1,
"Tax2_Perc": 9.1,
"StartDate": 10,
"EndDate": 11
}
application/xml, text/xml
Sample:
<Update_ItemModel_Tax_In_SalesInvoice_Inputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools"> <BranchCode>sample string 4</BranchCode> <BranchInternalCode>sample string 2</BranchInternalCode> <DBName>sample string 1</DBName> <DocTypeCode>sample string 7</DocTypeCode> <EndDate>11</EndDate> <ItemModelSearchCode>sample string 5</ItemModelSearchCode> <StartDate>10</StartDate> <Tax1_Perc>8.1</Tax1_Perc> <Tax2_Perc>9.1</Tax2_Perc> <TaxClassCode>sample string 6</TaxClassCode> <UserInternalCode>sample string 3</UserInternalCode> </Update_ItemModel_Tax_In_SalesInvoice_Inputs>
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. |