POST services/api/rest/v1/Get_RestTaxDetailsById
Request Information
URI Parameters
None.
Body Parameters
Id_LocationId| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocationId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RestTaxDetails_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| TaxId | integer |
None. |
|
| Description | string |
None. |
|
| LocId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TaxId": 1,
"Description": "sample string 2",
"LocId": 3
}