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": "fd730dcf-706e-4d6f-8395-3446caf68df6",
  "CompanyID": "6689624c-2722-4a72-9734-f6464401b651",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-07T16:19:40.5578123-04:00",
  "CreatedByUserID": "64e1e725-ba2b-43e5-972a-7b586e3a7521",
  "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": "0b09ddda-d625-4790-800c-aad9a42da0c0",
  "CompanyID": "b7781061-e754-44d9-845a-18ca9941a9c4",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-07T16:19:40.5734298-04:00",
  "CreatedByUserID": "a768d076-3e33-4006-bbf0-4c6f24e32ef6",
  "Deleted": true
}