POST api/v1/customer/ModuliConsensi

Request Information

URI Parameters

None.

Body Parameters

CustomerGetModuliConsensiRequest
NameDescriptionTypeAdditional 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": "f60b1a79-99a6-41c4-ac70-42239c3e59be",
  "CustomerId": "fa30c5eb-4e52-4b96-b1df-2c3d44c08ff8",
  "TemplateId": 2,
  "fromDateTime": "2026-08-09T09:06:08.2133422+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>fa30c5eb-4e52-4b96-b1df-2c3d44c08ff8</CustomerId>
  <ShopId>f60b1a79-99a6-41c4-ac70-42239c3e59be</ShopId>
  <TemplateId>2</TemplateId>
  <fromDateTime>2026-08-09T09:06:08.2133422+02:00</fromDateTime>
</CustomerGetModuliConsensiRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AjaxBaseResponse
NameDescriptionTypeAdditional 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>