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": "e8d5d565-590d-499f-a639-d83e66e4d8c5",
  "CompanyID": "de4e4757-81b5-4ea5-899e-80228699a7be",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-07T11:42:08.5218144-05:00",
  "CreatedByUserID": "94ad447f-c897-446d-a0b2-3479c7b4d361",
  "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": "3866c3e4-fef7-4f37-ba34-67362c6819ac",
  "CompanyID": "2fb222a5-d786-4601-abfe-805143c9151c",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-07T11:42:08.5218144-05:00",
  "CreatedByUserID": "06bf3f37-2bd5-45f2-8435-b05a079894c1",
  "Deleted": true
}