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": "0f8541f7-a435-4d4d-a608-e49040b0de1b",
  "CompanyID": "2d9962ec-388f-41ef-a413-333f801187d2",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-20T11:42:22.2653196-05:00",
  "CreatedByUserID": "a225586f-ef5e-4acf-83fd-3a49ae6bfcb4",
  "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": "f740511f-e731-45a7-a4b3-446670613600",
  "CompanyID": "c9d2d1aa-4687-47ac-a6b1-c6c3fae99371",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-20T11:42:22.2653196-05:00",
  "CreatedByUserID": "ccb45766-db22-4445-9c3d-944e6163f0d3",
  "Deleted": true
}