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": "e5b20197-b48c-4772-9565-b1eded060a16",
  "CompanyID": "d0e47c96-15d6-4e74-8821-260e3cd00a38",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-02T23:02:39.9970473-05:00",
  "CreatedByUserID": "3f4ead9a-77ff-4a5a-bed0-9ea5db3fdf42",
  "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": "f6af2248-cf21-4389-a97a-b18819cf1bf6",
  "CompanyID": "c611c33b-0fd0-4d80-9c13-eb3ab6aabcfb",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-02T23:02:39.9970473-05:00",
  "CreatedByUserID": "41decbba-bb9e-45bb-aafb-5224cb27cdd7",
  "Deleted": true
}