PUT api/orgEntity/edit/name
Request Information
URI Parameters
None.
Body Parameters
EntityName| Name | Description | Type | Additional information |
|---|---|---|---|
| entityID | integer |
None. |
|
| entityName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"entityID": 1,
"entityName": "sample string 2"
}
application/xml, text/xml
Sample:
<EntityName xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility"> <entityID>1</entityID> <entityName>sample string 2</entityName> </EntityName>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>