POST api/LpGroup/AddOrUpdate
Request Information
URI Parameters
None.
Body Parameters
LpGroupUrlEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupName | string |
None. |
|
| GroupLogoName | string |
None. |
|
| GroupComment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"groupName": "sample string 1",
"groupLogoName": "sample string 2",
"groupComment": "sample string 3"
}
application/xml, text/xml
Sample:
<LpGroupUrlEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vis.Entity"> <GroupComment>sample string 3</GroupComment> <GroupLogoName>sample string 2</GroupLogoName> <GroupName>sample string 1</GroupName> </LpGroupUrlEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.