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": "34872b6b-3db1-4ced-8801-fe9df4573ac1",
  "CompanyID": "c8cc86b5-201a-4d0c-987a-3af04344669a",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-17T05:13:24.1229617-05:00",
  "CreatedByUserID": "0595f324-0fd5-4af0-8a02-3570d908bc1e",
  "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": "b726c871-e319-4970-9309-b717e253ce00",
  "CompanyID": "c3498050-a135-4c9b-b442-286740b03c2e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-17T05:13:24.1385794-05:00",
  "CreatedByUserID": "5f06b5ad-e269-4ee2-a6ee-1e7b746da43e",
  "Deleted": true
}