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": "2b02b697-8e91-4d96-bb98-53f44a67dd01",
  "CompanyID": "aacaabc9-e35b-4870-8aa6-f4728ebb7e9b",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-25T08:41:34.0144889-05:00",
  "CreatedByUserID": "bfbf4f6b-c22a-4152-8d26-472fcdfd7b61",
  "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": "a1be0d08-2482-4915-9829-f9cd5870b088",
  "CompanyID": "a0b75c95-4bc1-4d38-9264-cc464441839a",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-25T08:41:34.0144889-05:00",
  "CreatedByUserID": "14960974-7102-4776-a822-b6a26123de8e",
  "Deleted": true
}