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": "c53f1f44-a94b-448a-b0bf-3c61157a76bf",
  "CompanyID": "4205e102-cc42-4b26-b01d-685936bc7038",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-01-07T14:50:33.9161412-05:00",
  "CreatedByUserID": "3115682a-8bc3-4514-a221-070355a2fc02",
  "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": "f7e0bcb8-f9d6-4b50-974f-eba0133d3078",
  "CompanyID": "3c028886-8c9f-40e2-83d8-389b4806ffb4",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-01-07T14:50:33.9161412-05:00",
  "CreatedByUserID": "c4a017c7-82bf-4d30-b02d-ed945d6d2de8",
  "Deleted": true
}