ProUserEndpoint
The following resources are applicable:
/pro/user/add
Mount Point: /rest/pro/user/add
POST
Adds an new pro user for a specific pro type
Error Codes
1 | Method is not allowed by this api key |
2 | A required parameter was not given |
97 | The access to the api was denied |
98 | You made too much requests in a short time |
99 | The service is currently not available |
600 | The api key is invalid |
Request Body
element: | proUserAddRequest |
media types: | */* application/xml application/json |
(no documentation provided)
Response Body
element: | proUserAddResponse |
media types: | */* application/xml application/json |
(no documentation provided)
/pro/user/check
Mount Point: /rest/pro/user/check
POST
Checks if an external id is a pro user.
Error Codes
1 | Method is not allowed by this api key |
2 | A required parameter was not given |
97 | The access to the api was denied |
98 | You made too much requests in a short time |
99 | The service is currently not available |
600 | The api key is invalid |
Request Body
element: | proUserCheckRequest |
media types: | */* application/xml application/json |
(no documentation provided)
Response Body
element: | proUserCheckResponse |
media types: | */* application/xml application/json |
(no documentation provided)