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": "3304f7d5-2401-44ab-859c-d8272d4610a9",
  "CompanyID": "e2a0f268-af05-4605-9753-5d52609cd4fd",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-08T08:49:14.2346245-04:00",
  "CreatedByUserID": "3b94bee0-0a95-43f1-a1fd-c03fdb13e60e",
  "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": "23c2c2b6-806a-451c-8690-98fa03b1a849",
  "CompanyID": "58cd658f-90be-4763-accb-ce55b933e823",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-08T08:49:14.2346245-04:00",
  "CreatedByUserID": "75d36759-7e94-4127-a1df-399ba1c8083e",
  "Deleted": true
}