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": "36c2dc4a-525c-4aa9-bff9-c759d959a8b4",
  "CompanyID": "d596bbc7-463d-415e-9dfe-afa34cd5d286",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-29T17:00:34.5219771-04:00",
  "CreatedByUserID": "62bc9fac-5e5a-4c0e-916f-3d70a7e5aa0f",
  "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": "e8dd3173-e602-4ff1-9977-d3f0fdd634e3",
  "CompanyID": "31b263b1-d296-466b-8448-441581dc1966",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-29T17:00:34.5219771-04:00",
  "CreatedByUserID": "b9a1576e-ce00-412f-a850-422dae857b3a",
  "Deleted": true
}