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": "ea69999d-1be4-4fbb-8b8b-a91c987be109",
  "CompanyID": "b9662df2-7044-44f9-a6ca-7f048ebcb1d2",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-22T19:44:51.9536848-04:00",
  "CreatedByUserID": "39417fad-fb1a-4ebe-b26e-808caea7dd6f",
  "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": "e7bd45f8-e270-409e-bb60-9ef5813a9c14",
  "CompanyID": "147e20f8-5650-4b51-9bd1-04dd12a51906",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-22T19:44:52.0943148-04:00",
  "CreatedByUserID": "316c1647-1dd4-43bf-a7c0-1e8b873c74bf",
  "Deleted": true
}