POST api/v1/customer/ModuliConsensi
Request Information
URI Parameters
None.
Body Parameters
CustomerGetModuliConsensiRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ShopId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| TemplateId | integer |
None. |
|
| fromDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShopId": "c825367d-615e-404e-8832-9a29b89a6a76",
"CustomerId": "41cb2640-35a4-4d48-839f-cc7f65aebeea",
"TemplateId": 2,
"fromDateTime": "2025-12-08T02:48:29.2644602+01:00"
}
application/xml, text/xml
Sample:
<CustomerGetModuliConsensiRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Area.API.Data"> <CustomerId>41cb2640-35a4-4d48-839f-cc7f65aebeea</CustomerId> <ShopId>c825367d-615e-404e-8832-9a29b89a6a76</ShopId> <TemplateId>2</TemplateId> <fromDateTime>2025-12-08T02:48:29.2644602+01:00</fromDateTime> </CustomerGetModuliConsensiRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AjaxBaseResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ExitCode | ExitCodes |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExitCode": 0,
"Message": "sample string 1",
"Data": {}
}
application/xml, text/xml
Sample:
<AjaxBaseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Area.API.Data"> <Data /> <ExitCode>Ok</ExitCode> <Message>sample string 1</Message> </AjaxBaseResponse>