Confirm originator
Confirm originator
1 | POST /originators/current/confirm
|
Optional JSON
1 2 3 4 5 6 7 8 9 10 11 | { "email": "ola@nordman.no", "name": "Ola Nordman", "address": { "address1": "Unit4", "address2": "Gjerdrums vei 4", "zip": "0484", "city": "OSLO", "country": "NORGE" } } |
Name | Description | Required | Type | Limitation |
---|---|---|---|---|
Contact email | Yes | String | 64 characters | |
name | Name | Yes | String | 42 characters |
address1 | Address1 | String | 42 characters | |
address2 | Address2 | String | 42 characters | |
zip | Zip | Yes | String | 8 characters |
city | City | Yes | String | 36 characters |
country | Country | String | 42 characters |
Country will be set to NORGE if omitted.
Response
HTTP/1.1 200 OK