POST Entity

Request Information

URI Parameters

None.

Body Parameters

EntityRecord
NameDescriptionTypeAdditional information
EntityLogicalName

string

None.

Attributes

Dictionary of string [key] and Object [value]

None.

id

string

None.

KeyName

string

None.

KeyValue

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EntityLogicalName": "sample string 1",
  "Attributes": {
    "$id": "2",
    "sample string 1": {
      "$id": "3"
    },
    "sample string 3": {
      "$id": "4"
    }
  },
  "id": "sample string 2",
  "KeyName": "sample string 3",
  "KeyValue": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.