POST api/CompanyCommunity

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
companyCommunity
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CompanyCommunityID": "00c4b73d-a449-49c8-9dcf-804887b63485",
  "CompanyID": "a88b319f-6719-4146-a6d6-01211366ea85",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-21T02:14:08.6768169-04:00",
  "CreatedByUserID": "75d0e41e-b5a8-43ec-9bed-e8013796d1f8",
  "Deleted": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "CompanyCommunityID": "71cd80e7-23b1-493a-ad31-c199df6d27f8",
  "CompanyID": "08ec5234-05a2-4beb-b6b6-47aefd56f9d4",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-21T02:14:08.8330592-04:00",
  "CreatedByUserID": "a398917e-e7d3-402b-9ed7-3894ebe19f08",
  "Deleted": true
}