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": "b2739e09-a29a-4e0e-9c8e-d30065e85395",
  "CompanyID": "045edb2f-9ef1-4254-a2fa-8fb95dd47cb1",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-09T03:28:57.623413-04:00",
  "CreatedByUserID": "5f2aca13-9b49-4b16-a71f-7cd2dd19fecf",
  "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": "f9b3540e-7937-4d32-a39f-9c6463ea65ab",
  "CompanyID": "ed3b7aac-a0cf-4f00-9c62-d228dbc9117d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-09T03:28:57.764039-04:00",
  "CreatedByUserID": "da95baa4-b54f-4b0c-8032-ad2121fb8758",
  "Deleted": true
}