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": "0fe32ea8-9a88-4f43-9e45-c02499ccd352",
  "CompanyID": "6113745a-3541-494b-bf96-4941f0fd9110",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-01-24T04:31:15.8444131-05:00",
  "CreatedByUserID": "cfd3e47b-066e-4876-97e5-e055701f4e51",
  "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": "9871a04b-f747-437e-a7fe-8ca02a917c35",
  "CompanyID": "18323572-be95-4229-b2d5-f3404b30f6e6",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-01-24T04:31:15.8444131-05:00",
  "CreatedByUserID": "d48b90c1-9991-437a-808c-34ee9b3412b2",
  "Deleted": true
}