POST api/Info/GetCouponEmessiRiscossi
Request Information
URI Parameters
None.
Body Parameters
CouponEmessoRiscossoSearchData| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| it_id | string |
None. |
|
| IdNeg_Gen | string |
None. |
|
| IdNeg_Red | string |
None. |
|
| DataInizio | date |
None. |
|
| DataFine | date |
None. |
|
| CustomerId | string |
None. |
|
| IT_State | integer |
None. |
|
| IT_Type | integer |
None. |
|
| IT_Codart | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"it_id": "sample string 2",
"IdNeg_Gen": "sample string 3",
"IdNeg_Red": "sample string 4",
"DataInizio": "2025-12-15T20:02:44.7482253+01:00",
"DataFine": "2025-12-15T20:02:44.7482253+01:00",
"CustomerId": "sample string 5",
"IT_State": 6,
"IT_Type": 7,
"IT_Codart": "sample string 8"
}
Response Information
Resource Description
Collection of CouponEmessoRiscosso| Name | Description | Type | Additional information |
|---|---|---|---|
| it_id | string |
None. |
|
| IT_DTActivation | date |
None. |
|
| IT_DTDeActivation | date |
None. |
|
| IT_Expiration_Date | date |
None. |
|
| gen_OP_IDCompany | string |
None. |
|
| gen_OP_IDCompany_Desc | string |
None. |
|
| gen_OP_IdStore | string |
None. |
|
| gen_OP_IdStore_Desc | string |
None. |
|
| gen_OP_IdDocument | integer |
None. |
|
| gen_OP_Value | decimal number |
None. |
|
| red_OP_IDCompany | string |
None. |
|
| red_OP_IDCompany_Desc | string |
None. |
|
| red_OP_IdStore | string |
None. |
|
| red_OP_IdStore_Desc | string |
None. |
|
| red_OP_IdDocument | integer |
None. |
|
| red_OP_Value | decimal number |
None. |
|
| IT_State | integer |
None. |
|
| IT_Type | integer |
None. |
|
| DescType | string |
None. |
|
| IT_Codart | string |
None. |
|
| DescCodArt | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"it_id": "sample string 1",
"IT_DTActivation": "2025-12-15T20:02:44.7482253+01:00",
"IT_DTDeActivation": "2025-12-15T20:02:44.7482253+01:00",
"IT_Expiration_Date": "2025-12-15T20:02:44.7482253+01:00",
"gen_OP_IDCompany": "sample string 5",
"gen_OP_IDCompany_Desc": "sample string 6",
"gen_OP_IdStore": "sample string 7",
"gen_OP_IdStore_Desc": "sample string 8",
"gen_OP_IdDocument": 9,
"gen_OP_Value": 10.0,
"red_OP_IDCompany": "sample string 11",
"red_OP_IDCompany_Desc": "sample string 12",
"red_OP_IdStore": "sample string 13",
"red_OP_IdStore_Desc": "sample string 14",
"red_OP_IdDocument": 15,
"red_OP_Value": 16.0,
"IT_State": 17,
"IT_Type": 18,
"DescType": "sample string 19",
"IT_Codart": "sample string 20",
"DescCodArt": "sample string 21"
},
{
"it_id": "sample string 1",
"IT_DTActivation": "2025-12-15T20:02:44.7482253+01:00",
"IT_DTDeActivation": "2025-12-15T20:02:44.7482253+01:00",
"IT_Expiration_Date": "2025-12-15T20:02:44.7482253+01:00",
"gen_OP_IDCompany": "sample string 5",
"gen_OP_IDCompany_Desc": "sample string 6",
"gen_OP_IdStore": "sample string 7",
"gen_OP_IdStore_Desc": "sample string 8",
"gen_OP_IdDocument": 9,
"gen_OP_Value": 10.0,
"red_OP_IDCompany": "sample string 11",
"red_OP_IDCompany_Desc": "sample string 12",
"red_OP_IdStore": "sample string 13",
"red_OP_IdStore_Desc": "sample string 14",
"red_OP_IdDocument": 15,
"red_OP_Value": 16.0,
"IT_State": 17,
"IT_Type": 18,
"DescType": "sample string 19",
"IT_Codart": "sample string 20",
"DescCodArt": "sample string 21"
}
]