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": "07567557-085b-4816-9a92-d478053a75ef",
  "CompanyID": "1114bdb5-f6ff-4458-9b34-0e4bd255a2cf",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-27T14:55:55.8582841-04:00",
  "CreatedByUserID": "d2f6638d-09e9-424e-94ff-8339a2b6de8b",
  "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": "c1cff0b5-91f5-4506-b73b-d25f8d7777d3",
  "CompanyID": "22b25ceb-b854-48ba-9d8d-5cb1544e705e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-27T14:55:55.8582841-04:00",
  "CreatedByUserID": "081cd6be-0b5c-4f53-98cc-5489cc6f8043",
  "Deleted": true
}