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": "de0be91d-0092-48b1-8c43-8bec57fff7bf",
  "CompanyID": "23f24aa8-b082-4140-b15b-80f986211f04",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-07T07:42:06.0209548-05:00",
  "CreatedByUserID": "c3c98fc7-4e5f-470f-a6e8-4205c8f3e026",
  "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": "1e82fb06-9b4e-449f-b094-580b268010d8",
  "CompanyID": "a66d5fef-61ee-4658-83b2-d7e4e3e65b14",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-07T07:42:06.0209548-05:00",
  "CreatedByUserID": "4cdc1dbf-9633-4982-8fce-a316f87b9244",
  "Deleted": true
}