POST api/Integrated/ChangeUserInfo

Request Information

URI Parameters

None.

Body Parameters

RequestChangeUserInfo
NameDescriptionTypeAdditional information
UserId

string

None.

FirstName

string

None.

LastName

string

None.

Phone

string

None.

Email

string

None.

TypeUser

string

None.

ApiKeyCreate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "FirstName": "sample string 2",
  "LastName": "sample string 3",
  "Phone": "sample string 4",
  "Email": "sample string 5",
  "TypeUser": "sample string 6",
  "ApiKeyCreate": "sample string 7"
}

application/xml, text/xml

Sample:
<IntegrateModels.RequestChangeUserInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Api.Models">
  <ApiKeyCreate>sample string 7</ApiKeyCreate>
  <Email>sample string 5</Email>
  <FirstName>sample string 2</FirstName>
  <LastName>sample string 3</LastName>
  <Phone>sample string 4</Phone>
  <TypeUser>sample string 6</TypeUser>
  <UserId>sample string 1</UserId>
</IntegrateModels.RequestChangeUserInfo>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RequestChangeUserInfo'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />