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": "2f22f5e8-d892-416b-92c5-b24bb40b555f",
  "CompanyID": "b9b05756-5c59-4d59-9238-4ad23b1b2423",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-30T15:46:49.1809432-04:00",
  "CreatedByUserID": "f399f79e-755d-48ce-a35e-7ce15f5e58af",
  "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": "fac71b42-10a3-4084-9c07-3e1f7d3847c2",
  "CompanyID": "756c8e29-fd8a-4f2a-884b-bece816e6fec",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-30T15:46:49.3215696-04:00",
  "CreatedByUserID": "bede860c-3dd5-46d3-87be-c04a11e0e8fd",
  "Deleted": true
}