POST api/Tools/UpdateAccount_TaxTemplate
Request Information
URI Parameters
None.
Body Parameters
SaveTools_AccountTaxTemplate_InputObject| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| DataCollection | Collection of AccountTaxTemplate_DataCollection |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"DataCollection": [
{
"Acbk_Pria_Code": 1.1,
"Acbk_Seca_Code": 2.1,
"Txtm_Code": "sample string 3",
"Txtm_Perc": "sample string 4"
},
{
"Acbk_Pria_Code": 1.1,
"Acbk_Seca_Code": 2.1,
"Txtm_Code": "sample string 3",
"Txtm_Perc": "sample string 4"
}
]
}
application/xml, text/xml
Sample:
<SaveTools_AccountTaxTemplate_InputObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.SaveToolsInputObjects">
<BranchInternalCode>sample string 2</BranchInternalCode>
<DBName>sample string 1</DBName>
<DataCollection>
<AccountTaxTemplate_DataCollection>
<Acbk_Pria_Code>1.1</Acbk_Pria_Code>
<Acbk_Seca_Code>2.1</Acbk_Seca_Code>
<Txtm_Code>sample string 3</Txtm_Code>
<Txtm_Perc>sample string 4</Txtm_Perc>
</AccountTaxTemplate_DataCollection>
<AccountTaxTemplate_DataCollection>
<Acbk_Pria_Code>1.1</Acbk_Pria_Code>
<Acbk_Seca_Code>2.1</Acbk_Seca_Code>
<Txtm_Code>sample string 3</Txtm_Code>
<Txtm_Perc>sample string 4</Txtm_Perc>
</AccountTaxTemplate_DataCollection>
</DataCollection>
<UserInternalCode>sample string 3</UserInternalCode>
</SaveTools_AccountTaxTemplate_InputObject>
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. |