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": "7873f03a-0897-4304-9969-9ae782cf94b9",
  "CompanyID": "e5dc0902-57df-448d-b55d-47df8acd68c2",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-26T04:44:30.8682495-05:00",
  "CreatedByUserID": "6e041544-2793-45d0-a626-2f799d4e9c73",
  "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": "aaba0ef0-ed68-4f0f-bf59-3cb69d81b9eb",
  "CompanyID": "1b320ad3-0a37-414b-a6c3-540ca90d510a",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-26T04:44:30.8682495-05:00",
  "CreatedByUserID": "2d63a80f-4dd6-483c-9aee-0d772f1fb29e",
  "Deleted": true
}