POST api/InvoiceTaxesAPI/UpdateStatus
Request Information
URI Parameters
None.
Body Parameters
InvoiceTaxViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| taxid | integer |
None. |
|
| taxname | string |
Required |
|
| isapplicable | boolean |
None. |
|
| createdby | integer |
None. |
|
| createddatetime | date |
None. |
|
| lastupdatedby | integer |
None. |
|
| lastupdateddatetime | date |
None. |
|
| isdeleted | boolean |
None. |
|
| deletedby | integer |
None. |
|
| deleteddatetime | date |
None. |
|
| taxpercentage | decimal number |
Required Matching regular expression pattern: [0-9]*\.?[0-9]+ |
|
| SessionUser | integer |
None. |
|
| lstInvoiceTaxeslist | Collection of InvoiceTaxViewModel |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
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. |