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": "cbc42f68-fcb5-4652-9d19-b996895138f1",
  "CompanyID": "55af316f-ad0f-4403-9e57-0e0758323d56",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-18T08:33:01.6830026-04:00",
  "CreatedByUserID": "eba656ef-ef46-415a-8288-54f7caa3e0ee",
  "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": "5d6b51d0-9edc-4b0a-a86b-dbe581ebf131",
  "CompanyID": "d2e9f891-53f9-4d6c-88a9-385b115d26ff",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-18T08:33:01.8392523-04:00",
  "CreatedByUserID": "b96f6420-b9a1-4e16-8852-104b6d76a138",
  "Deleted": true
}