POST api/UserProfiles/CompanyRegistrationApproval
Request Information
URI Parameters
None.
Body Parameters
RegistrationConfirmationBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserProfileId | string |
Required String length: inclusive between 0 and 256 |
|
| Action | RegistrationEnum |
Required |
|
| AccountManagerProfileId | string |
String length: inclusive between 0 and 256 |
|
| CustomerLevel | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserProfileId": "sample string 1",
"Action": 0,
"AccountManagerProfileId": "sample string 2",
"CustomerLevel": 3
}
application/xml, text/xml
Sample:
<RegistrationConfirmationBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TripPlannerAPI.Models"> <AccountManagerProfileId>sample string 2</AccountManagerProfileId> <Action>Not_set</Action> <CustomerLevel>3</CustomerLevel> <UserProfileId>sample string 1</UserProfileId> </RegistrationConfirmationBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.