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": "27f6db07-d659-4707-b6dc-a9517f516673",
"CustomerId": "da9b11cc-757c-4f19-abd1-4313ba650db8",
"TemplateId": 2,
"fromDateTime": "2026-04-12T13:31:18.4812331+02: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>da9b11cc-757c-4f19-abd1-4313ba650db8</CustomerId> <ShopId>27f6db07-d659-4707-b6dc-a9517f516673</ShopId> <TemplateId>2</TemplateId> <fromDateTime>2026-04-12T13:31:18.4812331+02: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>