Create Profile
POST/profiles
Creates a new client profile. The profile name, type, status, and adviser ID must be included.
Request
Responses
- 201
- 400
- 401
- 409
- 500
Profile created successfully
Invalid request
Unauthorized
Conflict occurred, such as duplicate data or the profile is being modified by another process.
Internal server error.