POST CanExpressAPI/prestel-user/register

Request Information

URI Parameters

None.

Body Parameters

PrestelUser
NameDescriptionTypeAdditional information
Oid

globally unique identifier

None.

Mail

string

None.

Password

string

None.

Phone

string

None.

Identification

string

None.

Name

string

None.

Surname1

string

None.

Surname2

string

None.

RememberInvoiceData

boolean

None.

AcceptLegalNotice

boolean

None.

AcceptMarketingComs

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Oid": "a2837315-e0a5-4ad0-a16e-64bd4dd8dfa5",
  "Mail": "sample string 2",
  "Password": "sample string 3",
  "Phone": "sample string 4",
  "Identification": "sample string 5",
  "Name": "sample string 6",
  "Surname1": "sample string 7",
  "Surname2": "sample string 8",
  "RememberInvoiceData": true,
  "AcceptLegalNotice": true,
  "AcceptMarketingComs": true
}

application/xml, text/xml

Sample:
<PrestelUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGest.Web.API.Models.CanExpress">
  <AcceptLegalNotice>true</AcceptLegalNotice>
  <AcceptMarketingComs>true</AcceptMarketingComs>
  <Identification>sample string 5</Identification>
  <Mail>sample string 2</Mail>
  <Name>sample string 6</Name>
  <Oid>a2837315-e0a5-4ad0-a16e-64bd4dd8dfa5</Oid>
  <Password>sample string 3</Password>
  <Phone>sample string 4</Phone>
  <RememberInvoiceData>true</RememberInvoiceData>
  <Surname1>sample string 7</Surname1>
  <Surname2>sample string 8</Surname2>
</PrestelUser>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.