POST api/PermissionAPI/InsertOperation

Request Information

URI Parameters

None.

Body Parameters

ObjOperation
NameDescriptionTypeAdditional information
Name

string

Required

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1"
}

application/xml, text/xml

Sample:
<ObjOperation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Maven_CRM.Models">
  <Name>sample string 1</Name>
</ObjOperation>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.