GET api/Info/template/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RedemptionItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Batch | integer |
None. |
|
| DtCreate | date |
None. |
|
| DtActivation | date |
None. |
|
| DtDeactivation | date |
None. |
|
| ExpirationDate | date |
None. |
|
| State | StateEnum |
None. |
|
| CodArt | string |
None. |
|
| Portability | PortabilityEnum |
None. |
|
| Balance | decimal number |
None. |
|
| Type | ItemTypeEnum |
None. |
|
| Fidelity | string |
None. |
|
| FidelityMaster | string |
None. |
|
| FidelityCat | integer |
None. |
|
| Note | string |
None. |
|
| Value | decimal number |
None. |
|
| IdTemplate | integer |
None. |
|
| CustomData | Object |
None. |
|
| IsLock | integer |
None. |
|
| IdCompany | string |
None. |
|
| IdStore | integer |
None. |
|
| DescrizioneStore | string |
None. |
|
| DescrizioneCompany | string |
None. |
|
| DescrizioneCodArt | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"Batch": 2,
"DtCreate": "2025-12-15T19:59:07.9410441+01:00",
"DtActivation": "2025-12-15T19:59:07.9410441+01:00",
"DtDeactivation": "2025-12-15T19:59:07.9410441+01:00",
"ExpirationDate": "2025-12-15T19:59:07.9410441+01:00",
"State": 0,
"CodArt": "sample string 7",
"Portability": 0,
"Balance": 8.0,
"Type": 0,
"Fidelity": "sample string 9",
"FidelityMaster": "sample string 10",
"FidelityCat": 11,
"Note": "sample string 12",
"Value": 13.0,
"IdTemplate": 14,
"CustomData": {},
"IsLock": 16,
"IdCompany": "sample string 17",
"IdStore": 18,
"DescrizioneStore": "sample string 19",
"DescrizioneCompany": "sample string 20",
"DescrizioneCodArt": "sample string 21"
}