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": "5b9ab346-0c73-4542-acc5-315b5e0a2a0a",
  "CompanyID": "758f77d9-53e4-4e74-a846-443c39914510",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-18T02:08:01.8990409-04:00",
  "CreatedByUserID": "085c6c34-2534-4474-8220-e9ca4c4f3ea4",
  "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": "f851b1e8-3fea-4d23-a726-5668355c3521",
  "CompanyID": "3c0c6103-2033-4b6a-86c3-4522e867ad69",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-18T02:08:01.9146684-04:00",
  "CreatedByUserID": "d0082e39-c522-4694-92bf-0583a7a9de30",
  "Deleted": true
}