GET api/Info/template
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of RedemptionTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Description | string |
None. |
|
| Type | ItemTypeEnum |
None. |
|
| IdCompany | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Description": "sample string 2",
"Type": 0,
"IdCompany": "sample string 3"
},
{
"Id": 1,
"Description": "sample string 2",
"Type": 0,
"IdCompany": "sample string 3"
}
]