POST Register/TestPaybox?culture={culture}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| culture | string |
Required |
Body Parameters
FrontApiCheckoutCustomerPostDto| Name | Description | Type | Additional information |
|---|---|---|---|
| firstname | string |
None. |
|
| lastname | string |
None. |
|
| gender | GENDER |
None. |
|
| birthdate | date |
None. |
|
| street | string |
None. |
|
| streetNumber | string |
None. |
|
| streetBox | string |
None. |
|
| city | string |
None. |
|
| zip | string |
None. |
|
| countryAlpha2Code | string |
None. |
|
| provinceId | integer |
None. |
|
| string |
None. |
||
| mobilePhone | string |
None. |
|
| nationalityAlpha2Code | string |
None. |
|
| authorizeParents | boolean |
None. |
|
| parent1Firstname | string |
None. |
|
| parent1Lastname | string |
None. |
|
| parent1Email | string |
None. |
|
| parent1MobilePhone | string |
None. |
|
| parent1Occupation | string |
None. |
|
| parent1Gender | GENDER |
None. |
|
| parent2Firstname | string |
None. |
|
| parent2Lastname | string |
None. |
|
| parent2Email | string |
None. |
|
| parent2MobilePhone | string |
None. |
|
| parent2Occupation | string |
None. |
|
| parent2Gender | GENDER |
None. |
|
| AdditionnalComment | string |
None. |
|
| countryOfResidenceAlpha2Code | string |
None. |
|
| countryOfBirthAlpha2Code | string |
None. |
|
| cityOfBirth | string |
None. |
|
| motherTongueAlpha2Code | string |
None. |
|
| fiscalCode | string |
None. |
|
| hasAllergy | boolean |
None. |
|
| allergyDetails | string |
None. |
|
| hasMedicalTreatment | boolean |
None. |
|
| medicalTreatmentDetails | string |
None. |
|
| hasDiet | boolean |
None. |
|
| dietDetails | string |
None. |
|
| isSmoker | boolean |
None. |
|
| isOkSmokerFamily | boolean |
None. |
|
| isOkSmokeOutside | boolean |
None. |
|
| CountryId | integer |
None. |
|
| CountryOfResidenceId | integer |
None. |
|
| CountryOfBirthId | integer |
None. |
|
| NationalityId | integer |
None. |
|
| MotherTongueId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"firstname": "sample string 1",
"lastname": "sample string 2",
"gender": 0,
"birthdate": "2026-04-01T10:41:33.2865164+02:00",
"street": "sample string 4",
"streetNumber": "sample string 5",
"streetBox": "sample string 6",
"city": "sample string 7",
"zip": "sample string 8",
"countryAlpha2Code": "sample string 9",
"provinceId": 1,
"email": "sample string 10",
"mobilePhone": "sample string 11",
"nationalityAlpha2Code": "sample string 12",
"authorizeParents": true,
"parent1Firstname": "sample string 13",
"parent1Lastname": "sample string 14",
"parent1Email": "sample string 15",
"parent1MobilePhone": "sample string 16",
"parent1Occupation": "sample string 17",
"parent1Gender": 0,
"parent2Firstname": "sample string 18",
"parent2Lastname": "sample string 19",
"parent2Email": "sample string 20",
"parent2MobilePhone": "sample string 21",
"parent2Occupation": "sample string 22",
"parent2Gender": 0,
"AdditionnalComment": "sample string 23",
"countryOfResidenceAlpha2Code": "sample string 24",
"countryOfBirthAlpha2Code": "sample string 25",
"cityOfBirth": "sample string 26",
"motherTongueAlpha2Code": "sample string 27",
"fiscalCode": "sample string 28",
"hasAllergy": true,
"allergyDetails": "sample string 29",
"hasMedicalTreatment": true,
"medicalTreatmentDetails": "sample string 30",
"hasDiet": true,
"dietDetails": "sample string 31",
"isSmoker": true,
"isOkSmokerFamily": true,
"isOkSmokeOutside": true,
"CountryId": 32,
"CountryOfResidenceId": 33,
"CountryOfBirthId": 34,
"NationalityId": 35,
"MotherTongueId": 36
}
application/xml, text/xml
Sample:
<FrontApiCheckoutCustomerPostDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EITWEP.Business.WepBusiness.FRONT.FrontApiBiz.Dtos.CheckoutDtos.PostDto"> <AdditionnalComment>sample string 23</AdditionnalComment> <CountryId>32</CountryId> <CountryOfBirthId>34</CountryOfBirthId> <CountryOfResidenceId>33</CountryOfResidenceId> <MotherTongueId>36</MotherTongueId> <NationalityId>35</NationalityId> <allergyDetails>sample string 29</allergyDetails> <authorizeParents>true</authorizeParents> <birthdate>2026-04-01T10:41:33.2865164+02:00</birthdate> <city>sample string 7</city> <cityOfBirth>sample string 26</cityOfBirth> <countryAlpha2Code>sample string 9</countryAlpha2Code> <countryOfBirthAlpha2Code>sample string 25</countryOfBirthAlpha2Code> <countryOfResidenceAlpha2Code>sample string 24</countryOfResidenceAlpha2Code> <dietDetails>sample string 31</dietDetails> <email>sample string 10</email> <firstname>sample string 1</firstname> <fiscalCode>sample string 28</fiscalCode> <gender>MALE</gender> <hasAllergy>true</hasAllergy> <hasDiet>true</hasDiet> <hasMedicalTreatment>true</hasMedicalTreatment> <isOkSmokeOutside>true</isOkSmokeOutside> <isOkSmokerFamily>true</isOkSmokerFamily> <isSmoker>true</isSmoker> <lastname>sample string 2</lastname> <medicalTreatmentDetails>sample string 30</medicalTreatmentDetails> <mobilePhone>sample string 11</mobilePhone> <motherTongueAlpha2Code>sample string 27</motherTongueAlpha2Code> <nationalityAlpha2Code>sample string 12</nationalityAlpha2Code> <parent1Email>sample string 15</parent1Email> <parent1Firstname>sample string 13</parent1Firstname> <parent1Gender>MALE</parent1Gender> <parent1Lastname>sample string 14</parent1Lastname> <parent1MobilePhone>sample string 16</parent1MobilePhone> <parent1Occupation>sample string 17</parent1Occupation> <parent2Email>sample string 20</parent2Email> <parent2Firstname>sample string 18</parent2Firstname> <parent2Gender>MALE</parent2Gender> <parent2Lastname>sample string 19</parent2Lastname> <parent2MobilePhone>sample string 21</parent2MobilePhone> <parent2Occupation>sample string 22</parent2Occupation> <provinceId>1</provinceId> <street>sample string 4</street> <streetBox>sample string 6</streetBox> <streetNumber>sample string 5</streetNumber> <zip>sample string 8</zip> </FrontApiCheckoutCustomerPostDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.