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": "efef6003-06eb-4086-88e3-3175f6ac9d1d",
  "CompanyID": "b394e411-9691-4345-a498-7fb9990e5a84",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-04-23T01:02:50.830469-04:00",
  "CreatedByUserID": "3559a452-90dd-4379-9ba5-1056459b2b72",
  "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": "4d13be15-ee38-488b-9362-27f742afaec2",
  "CompanyID": "7e230d89-875d-43c1-9f0c-53334f5c3e31",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-04-23T01:02:50.8314779-04:00",
  "CreatedByUserID": "b9e10acd-281e-4f7c-b364-d8eeb6413c6a",
  "Deleted": true
}