PUT api/Profile/Index
Update an existing brand profile record with the provided attributes
Request Information
URI Parameters
None.
Body Parameters
UpdateProfileName | Description | Type | Additional information |
---|---|---|---|
brandProfileId |
Preschoolsmiles CustomerId |
string |
None. |
cognitoEmailAddress |
Cognito Email Address |
string |
None. |
firstName |
First Name |
string |
None. |
lastName |
Last Name |
string |
None. |
cognitoProfileId |
CUPId (must not be modified if already exists on brand record) |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "brandProfileId": "sample string 1", "cognitoEmailAddress": "sample string 2", "firstName": "sample string 3", "lastName": "sample string 4", "cognitoProfileId": "sample string 5" }
application/xml, text/xml
Sample:
<UpdateProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IdentityStore.Models"> <brandProfileId>sample string 1</brandProfileId> <cognitoEmailAddress>sample string 2</cognitoEmailAddress> <cognitoProfileId>sample string 5</cognitoProfileId> <firstName>sample string 3</firstName> <lastName>sample string 4</lastName> </UpdateProfile>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Profile object
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.