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": "5fec0f39-bb48-4fc5-9d3b-15f1cae21651",
  "CompanyID": "a72810b7-fa53-45ae-af0b-b8db11e4a83b",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-16T12:24:43.7052867-05:00",
  "CreatedByUserID": "ab9d57b9-580a-481a-b686-af9ccae40b39",
  "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": "85f535c2-a140-4184-8d53-e5926bdcd2d2",
  "CompanyID": "ed298a32-e334-4484-a39c-a0e7c1696b2f",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-16T12:24:43.7052867-05:00",
  "CreatedByUserID": "e5cde0c0-076c-4cc3-a1e8-fb2c17c94fd9",
  "Deleted": true
}