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": "78b21361-8da9-4f0e-a81a-14d29ddb6e10",
  "CompanyID": "a0441065-8391-4dbc-b056-8e9aebb596cf",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-02T08:48:12.7129913-04:00",
  "CreatedByUserID": "3733728c-491f-4879-8f68-adc61b21dd1c",
  "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": "cdbc7dcd-308a-4f86-8ff7-632056f0693b",
  "CompanyID": "619c8537-b4a5-4c61-af15-da36a611cb62",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-02T08:48:12.7286062-04:00",
  "CreatedByUserID": "da0c739a-fa85-43a7-8752-ca36aa35c076",
  "Deleted": true
}