POST updateprofile

Documentation for 'EditProfile'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "CustomerName": "sample string 2",
  "EmailID": "sample string 3",
  "Address": "sample string 4",
  "PostCode": "sample string 5",
  "Country": "sample string 6",
  "StateName": "sample string 7",
  "CityName": "sample string 8",
  "ProfileImageUrl": "sample string 9"
}

text/xml

Sample:
<EditUserProfileEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
  <Address>sample string 4</Address>
  <CityName>sample string 8</CityName>
  <Country>sample string 6</Country>
  <CustomerName>sample string 2</CustomerName>
  <EmailID>sample string 3</EmailID>
  <PostCode>sample string 5</PostCode>
  <ProfileImageUrl>sample string 9</ProfileImageUrl>
  <StateName>sample string 7</StateName>
  <Token>sample string 1</Token>
</EditUserProfileEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

URI parameters
=
Headers | Add header
: Delete
Body
Samples:
Status
Headers
Body