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": "d0c9bcef-7bb5-4952-a2d3-0ed5cfb90ad1",
  "CompanyID": "3ff3ba5d-901c-48ad-b275-84b1600fd295",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-30T00:20:44.5427802-04:00",
  "CreatedByUserID": "8123c9f3-cba8-4f28-a35f-d2b41ff517b2",
  "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": "beb1ff0b-ddee-43f3-b434-8471804bc84a",
  "CompanyID": "ebb65f58-a879-4371-95c8-9015acae63d8",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-30T00:20:44.5427802-04:00",
  "CreatedByUserID": "d587c581-8c33-4054-8aa2-63c8d4f47147",
  "Deleted": true
}