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": "eecca5cb-4f84-4793-929e-5b290cec641d",
  "CompanyID": "4bc8a9ad-b828-4445-8742-13450918636c",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-20T01:41:15.8246663-04:00",
  "CreatedByUserID": "cf3e2322-7367-4238-9c38-fc3629dd2e17",
  "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": "2857cf89-c1c7-413a-a922-43d44ba0d7d5",
  "CompanyID": "4628bbd8-3f35-4400-bbf2-df2097b5f7c1",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-20T01:41:15.8246663-04:00",
  "CreatedByUserID": "1d0a1d16-3e10-4528-8365-fcc97ae1cc59",
  "Deleted": true
}