GET Products;q={searchTerm}
Get Issuer products by search term that maybe by MainCode or ProductName
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
searchTerm |
MainCode or ProductName |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Return Issuer products collection by search term
Collection of 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" }, { "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" } ]