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": "7e83eb42-f5a1-4b56-b695-95a4be3e78fe",
  "CompanyID": "8d30a8c3-9602-42a2-84bf-f0ebf6ad47c2",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-13T06:36:24.7180584-04:00",
  "CreatedByUserID": "907fc5ef-f5e9-4841-89a8-95d06ea87af1",
  "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": "1121f5bb-99b2-409e-9e5d-f38f8f48ca96",
  "CompanyID": "2df2c9a7-a1aa-4edb-bcf3-5efa283bd146",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-13T06:36:24.8597713-04:00",
  "CreatedByUserID": "863dc701-d97f-469b-935d-ec11bd9aa0bd",
  "Deleted": true
}