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": "8a56e5d3-e9da-4c7e-9250-2df0c9747296",
  "CompanyID": "b68c60e9-80a5-4b6c-9539-7542363b4202",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-15T01:58:08.7391214-05:00",
  "CreatedByUserID": "3c87b965-012a-4bbc-a0ff-a3883be61cbe",
  "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": "63f088d8-5fdc-414e-b7a9-7969b24005f5",
  "CompanyID": "35702d6d-94db-49ab-9c8e-352207a5c89a",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-15T01:58:08.7391214-05:00",
  "CreatedByUserID": "317fe0b0-980a-4486-bc5c-26602b704872",
  "Deleted": true
}