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": "627d09e4-5754-4ff4-b3c5-899e8a3c9e6d",
  "CompanyID": "a39fb375-94c6-4a06-915c-3871c95317ad",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-17T21:46:27.0602582-05:00",
  "CreatedByUserID": "09327be4-019c-4b8b-80f0-1e2bd18c2c6b",
  "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": "c6f7e13d-7528-4efe-8138-8ab022c026ff",
  "CompanyID": "c79f2c28-bb54-403e-a112-3b08def6a586",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-17T21:46:27.1852519-05:00",
  "CreatedByUserID": "1258ddf8-d962-4389-8506-7c8ae50faeb6",
  "Deleted": true
}