POST users/{lang}/registeremployee
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lang | string |
Required |
Body Parameters
RegisterEmployeeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | string |
Required String length: inclusive between 0 and 30 |
|
| string |
Required Data type: EmailAddress String length: inclusive between 0 and 80 |
||
| ConfirmEmail | string |
Required Data type: EmailAddress String length: inclusive between 0 and 80 |
|
| Password | string |
Required Data type: Password String length: inclusive between 6 and 30 |
|
| ConfirmPassword | string |
Required Data type: Password String length: inclusive between 6 and 30 |
|
| EmployeeCode | integer |
Required |
|
| PartialSIN | string |
Required String length: inclusive between 3 and 3 |
|
| UserAgreementChecked | boolean |
Required Range: inclusive between true and true |
Request Formats
application/json, text/json, text/html
Sample:
{
"username": "sample string 1",
"email": "sample string 2",
"confirmEmail": "sample string 3",
"password": "sample string 4",
"confirmPassword": "sample string 5",
"employeeCode": 6,
"partialSIN": "sample string 7",
"userAgreementChecked": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IResponseDataOfRegisterEmployeeResponseNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.