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": "c7de89d6-b548-4fee-b44a-1a089f7d14d8",
  "CompanyID": "7b69bff9-9453-4718-9732-30b0900aa5c5",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-09-17T10:27:26.3075859-04:00",
  "CreatedByUserID": "04626656-f461-43d0-b700-467bb62cc972",
  "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": "c0270d45-ff86-4fbd-a15f-a30f982417c9",
  "CompanyID": "710bc8f2-a827-43b6-8e2d-752a42cdd724",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-09-17T10:27:26.3075859-04:00",
  "CreatedByUserID": "df75fb0a-1e03-4a4f-8ddd-5d896dbbb8a2",
  "Deleted": true
}