POST api/KDCA/ProfileDataUpdateName

Request Information

URI Parameters

None.

Body Parameters

ProfileRequest
NameDescriptionTypeAdditional information
accessKey

string

None.

name

string

None.

notifications

integer

None.

password

string

None.

newpassword

string

None.

repeatnewpassword

string

None.

Request Formats

application/json, text/json

Sample:
{
  "accessKey": "sample string 1",
  "name": "sample string 2",
  "notifications": 3,
  "password": "sample string 4",
  "newpassword": "sample string 5",
  "repeatnewpassword": "sample string 6"
}

application/xml, text/xml

Sample:
<ProfileRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KDCA.Model">
  <accessKey>sample string 1</accessKey>
  <name>sample string 2</name>
  <newpassword>sample string 5</newpassword>
  <notifications>3</notifications>
  <password>sample string 4</password>
  <repeatnewpassword>sample string 6</repeatnewpassword>
</ProfileRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.