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": "db0c3e52-9270-4035-b625-99a85bff818c",
  "CompanyID": "8a83aa6d-1685-4540-87d0-3c902d4f6822",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-01-10T21:00:32.5863651-05:00",
  "CreatedByUserID": "ff7cf4de-810c-4015-b758-1c2b16a40596",
  "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": "986818ef-ebc7-4139-8fd8-ad4b96b815f6",
  "CompanyID": "0ba773b0-34e0-4fcb-a577-e9e18acaf8e8",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-01-10T21:00:32.7426061-05:00",
  "CreatedByUserID": "016489cc-5bdc-45d0-8078-47852cfb2ef5",
  "Deleted": true
}