GET Products/{id}
Get a product of Issuer by Id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
product id |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Return a product of Issuer by Id
ProductDtoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
MainCode | string |
None. |
|
AuxCode | string |
None. |
|
Name | string |
None. |
|
UnitPrice | decimal number |
None. |
|
ProductTypeId | integer |
None. |
|
IssuerId | integer |
None. |
|
IvaRateId | integer |
None. |
|
IceRateId | integer |
None. |
|
IsEnabled | boolean |
None. |
|
CreatedOn | string |
None. |
|
LastModifiedOn | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "MainCode": "sample string 2", "AuxCode": "sample string 3", "Name": "sample string 4", "UnitPrice": 5.0, "ProductTypeId": 6, "IssuerId": 7, "IvaRateId": 8, "IceRateId": 9, "IsEnabled": true, "CreatedOn": "sample string 11", "LastModifiedOn": "sample string 12" }