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": "ef3aa780-2bcf-4ca8-a9d2-0c2482a97277",
"CustomerId": "396d230f-0c0c-4f7f-aee0-b8614b08e86e",
"TemplateId": 2,
"fromDateTime": "2026-06-14T09:02:21.9336387+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>396d230f-0c0c-4f7f-aee0-b8614b08e86e</CustomerId> <ShopId>ef3aa780-2bcf-4ca8-a9d2-0c2482a97277</ShopId> <TemplateId>2</TemplateId> <fromDateTime>2026-06-14T09:02:21.9336387+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>