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": "fef839b5-11fe-4abc-a87d-992d3f3ed49f",
  "CompanyID": "5efb08d0-6f78-4a13-99ee-c7704420a0eb",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-09T21:34:08.0447745-04:00",
  "CreatedByUserID": "518e80d4-a0c3-40ca-97a2-e15fe3b79537",
  "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": "e1ffc846-969b-4f5e-80f4-3573925fe7d3",
  "CompanyID": "8eb0b0f9-a92b-47c5-b5dc-5c14bdfac24d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-09T21:34:08.2010242-04:00",
  "CreatedByUserID": "99abbd9b-d595-44c3-9206-cae37764588f",
  "Deleted": true
}