POST api/Profile/changeProfile

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ProfileBaseTreeModels
NameDescriptionTypeAdditional information
message

string

None.

success

boolean

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "message": "sample string 1",
  "success": true,
  "data": {}
}

application/xml, text/xml

Sample:
<ProfileBaseTreeModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.ProfileIntegrator.BaseTreeModels">
  <data />
  <message>sample string 1</message>
  <success>true</success>
</ProfileBaseTreeModels>

multipart/form-data

Sample:
<ProfileBaseTreeModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.ProfileIntegrator.BaseTreeModels"><data /><message>sample string 1</message><success>true</success></ProfileBaseTreeModels>