POST api/Contacts

Create a new Contact

Request Information

URI Parameters

None.

Body Parameters

MutableEntityExtended
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ParentId

This field will only include data when working with Group records.

globally unique identifier

None.

Fields

Dictionary of string [key] and Object [value]

None.

LinkedEntities

LinkedEntities

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "48ad68ad-2747-46f0-a79a-ed16d4ebf6e9",
  "ParentId": "1ef529cb-c3e1-42b9-af37-e8a78b8b43fe",
  "Fields": {
    "sample string 1": {},
    "sample string 3": {}
  },
  "LinkedEntities": {
    "Contacts": [
      "04beb504-c7fe-4a86-9f93-1e94e7a11e25",
      "eed883a6-95f9-4ab9-bead-2e1495edf2b4"
    ],
    "Companies": [
      "e4de598c-41ad-441e-ba59-5a5890e9ef59",
      "515c810a-3e9b-46a5-86c6-c7a77fe7491c"
    ],
    "Groups": [
      "486f8929-3705-4736-8e0b-362dc7546eb8",
      "0e648b27-cc72-430e-bddd-0b7e99815f0b"
    ],
    "Opportunities": [
      "bf445ac2-9e85-4e5f-b66a-de2dba2efddf",
      "1764f784-7749-4d78-a190-d024bc9c4b34"
    ]
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

globally unique identifier

Response Formats

application/json, text/json

Sample:
"ed7461bc-9965-4db5-aa98-e7d0804ddff2"