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": "558fa68d-7375-48f3-a2e9-963d33397551",
  "CompanyID": "d5743cca-243c-4755-9f59-690d499b6737",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-06T01:03:52.8625943-04:00",
  "CreatedByUserID": "c066a77d-7fd6-499a-a76e-42adebc3057f",
  "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": "ef42c0e5-18ec-493b-8524-56c733f33ea1",
  "CompanyID": "e60e8ee1-daf8-44ea-9755-bfed369e77e0",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-06T01:03:52.8625943-04:00",
  "CreatedByUserID": "724c47b3-77a4-4a76-8e26-8068da61690f",
  "Deleted": true
}