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": "4a3616f4-24ae-4b3d-bd04-7505f6ea4795",
  "CompanyID": "2abacc3c-e74f-44e9-9879-1786a44df54d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-29T20:26:57.3455028-04:00",
  "CreatedByUserID": "8f2ab2b8-565b-41db-a925-c6a9467550ab",
  "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": "8f7e9af2-d304-4da8-b1eb-808468b83b84",
  "CompanyID": "5ef75fc3-466d-416a-ba81-099c5bb683ff",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-29T20:26:57.3455028-04:00",
  "CreatedByUserID": "bcec466e-2d23-4853-ae8f-ded8e57bb18d",
  "Deleted": true
}