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": "5efac49f-f2bd-4f88-b122-6983c3dc72eb",
  "CompanyID": "0455db6a-2359-4f67-96a0-df2c2cfecb19",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-02T05:09:58.3997428-05:00",
  "CreatedByUserID": "cb02d7b7-48af-4d6f-8362-862ac4fa5118",
  "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": "0e1a4c93-fffb-4ba5-87df-288aec2ce14f",
  "CompanyID": "b01a1c3b-41d3-424a-9014-08c01448798a",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-02T05:09:58.3997428-05:00",
  "CreatedByUserID": "469193cc-5a90-4e52-adee-6c84c67e7857",
  "Deleted": true
}