POST api/GSTRegistrationType/GetGSTRegistrationTypeById/{GSTRegistrationTypeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GSTRegistrationTypeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
GSTRegistrationTypeVM| Name | Description | Type | Additional information |
|---|---|---|---|
| GSTRegistrationTypeId | integer |
None. |
|
| GSTRegistrationType | string |
None. |
|
| IsActive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"gstRegistrationTypeId": 1,
"gstRegistrationType": "sample string 2",
"isActive": true
}
application/xml, text/xml
Sample:
<GSTRegistrationTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IMS.VM"> <GSTRegistrationType>sample string 2</GSTRegistrationType> <GSTRegistrationTypeId>1</GSTRegistrationTypeId> <IsActive>true</IsActive> </GSTRegistrationTypeVM>