POST api/v1/accounts/RegisterCustomerUserParticipation
Request Information
URI Parameters
None.
Body Parameters
RegisterCustomerUserDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| BirthDate | date |
None. |
|
| EmailStatus | EmailStatus |
None. |
|
| FirstName | string |
None. |
|
| ExtraPhone | string |
None. |
|
| Zipcode | string |
None. |
|
| LastName | string |
None. |
|
| Gender | Gender |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
|
| string |
None. |
||
| MobilePhone | string |
None. |
|
| Dni | string |
None. |
|
| DniValidated | boolean |
None. |
|
| AllowsCommunications | boolean |
None. |
|
| AllowsNotifications | boolean |
None. |
|
| CreateCard | boolean |
None. |
|
| CardTypeCode | string |
None. |
|
| SourceCode | string |
None. |
|
| CardCode | string |
None. |
|
| CardFidelizationId | string |
None. |
|
| Address | string |
None. |
|
| HasProgeny | boolean |
None. |
|
| Annotations | string |
None. |
|
| Childs | Collection of Relative |
None. |
|
| EstimatedDateOfBirth | date |
None. |
|
| IsArchived | boolean |
None. |
|
| WinId | string |
None. |
|
| Points | decimal number |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessages | string |
None. |
|
| CustomFields | Dictionary of string [key] and CustomFieldCustomerDto [value] |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.