POST api/User/EditProfile
Request Information
URI Parameters
None.
Body Parameters
SubmitEditProfile| Name | Description | Type | Additional information |
|---|---|---|---|
| PhoneNumber | string |
None. |
|
| Name | string |
Required |
|
| LastName | string |
Required |
|
| LineId | string |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"phoneNumber": "sample string 1",
"name": "sample string 2",
"lastName": "sample string 3",
"lineId": "sample string 4",
"email": "sample string 5"
}
text/html
Sample:
{"phoneNumber":"sample string 1","name":"sample string 2","lastName":"sample string 3","lineId":"sample string 4","email":"sample string 5"}
application/xml, text/xml
Sample:
<SubmitEditProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EB.Service.Contracts"> <Email>sample string 5</Email> <LastName>sample string 3</LastName> <LineId>sample string 4</LineId> <Name>sample string 2</Name> <PhoneNumber>sample string 1</PhoneNumber> </SubmitEditProfile>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiUserLoggedInProfileResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| UserName | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| Telephone | string |
None. |
|
| Source | integer |
None. |
|
| IsNewUser | boolean |
None. |
|
| AccessToken | Collection of Object |
None. |
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.