POST api/{area}/User/ModifyUser

Request Information

URI Parameters

NameDescriptionTypeAdditional information
area

string

None.

Body Parameters

TokenAndStrs
NameDescriptionTypeAdditional information
Token

string

None.

Str0

string

None.

Str1

string

None.

Str2

string

None.

Str3

string

None.

Str4

string

None.

organizeId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "Str0": "sample string 2",
  "Str1": "sample string 3",
  "Str2": "sample string 4",
  "Str3": "sample string 5",
  "Str4": "sample string 6",
  "organizeId": "sample string 7"
}

application/xml, text/xml

Sample:
<TokenAndStrs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.NewAPI.Company">
  <Str0>sample string 2</Str0>
  <Str1>sample string 3</Str1>
  <Str2>sample string 4</Str2>
  <Str3>sample string 5</Str3>
  <Str4>sample string 6</Str4>
  <Token>sample string 1</Token>
  <organizeId>sample string 7</organizeId>
</TokenAndStrs>

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 'TokenAndStrs'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.