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": "fb4ec998-a077-41f2-be79-950b5d053a1e",
  "CompanyID": "0b01353f-3ddb-4fe8-b5a7-41172143469e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-10T09:58:12.2362536-04:00",
  "CreatedByUserID": "58a37287-38db-46b2-882c-9497e506b180",
  "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": "05b5d0a6-b5d9-4a62-9fef-7cdfe753ca7d",
  "CompanyID": "c257bf75-56c1-4df7-aadd-1e807db88ee5",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-10T09:58:12.2518636-04:00",
  "CreatedByUserID": "f9c5ff89-e381-43c1-94a6-0c5a25ef18b2",
  "Deleted": true
}