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": "c63b30bb-2b55-4dfb-ade5-c567c706f560",
  "CompanyID": "a0756474-5d58-4687-b039-74a5040b43e1",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-25T02:39:32.8976373-04:00",
  "CreatedByUserID": "90a14378-888d-44e5-b261-cd4dd5684bc6",
  "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": "7a490b3a-810a-4a5b-bb65-ab3980b3ced2",
  "CompanyID": "688536d5-ca5a-4d5e-b1a9-ce392ccea67d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-25T02:39:33.0226461-04:00",
  "CreatedByUserID": "bb866433-7be4-43d7-8513-64fc84d544e7",
  "Deleted": true
}