POST api/{area}/Organize/ModifyName
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| area | string |
None. |
Body Parameters
ModifyCompanyName| Name | Description | Type | Additional information |
|---|---|---|---|
| bod_willshowname | string |
None. |
|
| 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:
{
"bod_willshowname": "sample string 1",
"Token": "sample string 2",
"Str0": "sample string 3",
"Str1": "sample string 4",
"Str2": "sample string 5",
"Str3": "sample string 6",
"Str4": "sample string 7",
"organizeId": "sample string 8"
}
application/xml, text/xml
Sample:
<ModifyCompanyName xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.NewAPI.Admin"> <Str0 xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.NewAPI.Company">sample string 3</Str0> <Str1 xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.NewAPI.Company">sample string 4</Str1> <Str2 xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.NewAPI.Company">sample string 5</Str2> <Str3 xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.NewAPI.Company">sample string 6</Str3> <Str4 xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.NewAPI.Company">sample string 7</Str4> <Token xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.NewAPI.Company">sample string 2</Token> <organizeId xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.NewAPI.Company">sample string 8</organizeId> <bod_willshowname>sample string 1</bod_willshowname> </ModifyCompanyName>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.