POST api/Integrated/ChangeUserInfo
Request Information
URI Parameters
None.
Body Parameters
RequestChangeUserInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Phone | string |
None. |
|
| 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:
Response Information
Resource Description
ObjectNone.
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/" />