GET api/TaxTemplate/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TaxTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| TaxTemplateId | integer |
None. |
|
| TaxTemplateName | string |
None. |
|
| CreatedDate | date |
Data type: DateTime |
|
| CreatedBy | string |
None. |
|
| CreatedByUserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TaxTemplateId": 1,
"TaxTemplateName": "sample string 2",
"CreatedDate": "2026-01-27T19:10:49.4386161+05:30",
"CreatedBy": "sample string 4",
"CreatedByUserId": 5
}
application/xml, text/xml
Sample:
<TaxTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities"> <CreatedBy>sample string 4</CreatedBy> <CreatedByUserId>5</CreatedByUserId> <CreatedDate>2026-01-27T19:10:49.4386161+05:30</CreatedDate> <TaxTemplateId>1</TaxTemplateId> <TaxTemplateName>sample string 2</TaxTemplateName> </TaxTemplate>