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": "b24d3e9f-f757-4bae-aa97-f9b45ff7704e",
  "CompanyID": "277253ea-b30b-4f7a-8a20-7d24fcbe7f22",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-08T13:18:05.167521-04:00",
  "CreatedByUserID": "b25d4071-7bf9-4f6c-8f02-b3ca407c1327",
  "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": "9e4d381f-db4f-4d99-8094-de2451b5d9c5",
  "CompanyID": "ad9b3ed1-77b9-4894-8fe7-60abe824d0b4",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-08T13:18:05.167521-04:00",
  "CreatedByUserID": "ac085afa-ae2e-4869-b81b-f1abb072eec0",
  "Deleted": true
}