POST api/Clientes_DCCLight/PostClientes_DCCLight?idIdioma={idIdioma}&strEmail={strEmail}
Inserta encuesta de un cliente DCCLight.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idIdioma | string |
Required |
|
strEmail |
email del cliente. |
string |
Required |
Body Parameters
objeto clientes_DCCLight
Clientes_DCCLightName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
FK_Clientes_Id | integer |
None. |
|
Fecha | date |
None. |
|
Wishproduct | string |
String length: inclusive between 0 and 250 |
|
OtherProducts | string |
String length: inclusive between 0 and 250 |
|
CategoryOtherProducts | string |
String length: inclusive between 0 and 250 |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "FK_Clientes_Id": 2, "Fecha": "2025-01-22T20:14:47.1868317+01:00", "Wishproduct": "sample string 4", "OtherProducts": "sample string 5", "CategoryOtherProducts": "sample string 6" }
application/xml, text/xml
Sample:
<Clientes_DCCLight xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Seed_APi_Bella_Aurora"> <CategoryOtherProducts>sample string 6</CategoryOtherProducts> <FK_Clientes_Id>2</FK_Clientes_Id> <Fecha>2025-01-22T20:14:47.1868317+01:00</Fecha> <Id>1</Id> <OtherProducts>sample string 5</OtherProducts> <Wishproduct>sample string 4</Wishproduct> </Clientes_DCCLight>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Clientes_DCCLightName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
FK_Clientes_Id | integer |
None. |
|
Fecha | date |
None. |
|
Wishproduct | string |
String length: inclusive between 0 and 250 |
|
OtherProducts | string |
String length: inclusive between 0 and 250 |
|
CategoryOtherProducts | string |
String length: inclusive between 0 and 250 |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "FK_Clientes_Id": 2, "Fecha": "2025-01-22T20:14:47.1868317+01:00", "Wishproduct": "sample string 4", "OtherProducts": "sample string 5", "CategoryOtherProducts": "sample string 6" }
application/xml, text/xml
Sample:
<Clientes_DCCLight xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Seed_APi_Bella_Aurora"> <CategoryOtherProducts>sample string 6</CategoryOtherProducts> <FK_Clientes_Id>2</FK_Clientes_Id> <Fecha>2025-01-22T20:14:47.1868317+01:00</Fecha> <Id>1</Id> <OtherProducts>sample string 5</OtherProducts> <Wishproduct>sample string 4</Wishproduct> </Clientes_DCCLight>