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": "de14b6bd-7e2b-43fd-b748-ec91e2c1825b",
  "CompanyID": "44f8e4a9-9358-4d7b-9d03-c7fc19e8f1c7",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-18T20:14:12.8096662-04:00",
  "CreatedByUserID": "9cd2af00-13a9-42fa-9c08-0dc6a7bea7b6",
  "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": "a05b553f-3ae5-4d18-8c0c-f082015c8c52",
  "CompanyID": "679fcd0c-5639-4798-8abe-d7ce99387876",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-18T20:14:12.8096662-04:00",
  "CreatedByUserID": "678ba203-7f07-40fa-b6a8-ca7b29ac5556",
  "Deleted": true
}