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": "088ec93f-d98a-4230-8fe2-cdec2f4bd218",
  "CompanyID": "ce4e9941-47e4-4921-84cf-51d4bbecac14",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-01-11T11:25:08.9922231-05:00",
  "CreatedByUserID": "86ea8331-1e52-4fc4-a719-73d82f775968",
  "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": "b82a3784-03c0-4f81-ab7b-6a7ee3250943",
  "CompanyID": "09da7f32-2d71-46ed-a350-a5681842ae12",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-01-11T11:25:08.9922231-05:00",
  "CreatedByUserID": "10a7b252-c0d1-498d-beb6-0cc14e527668",
  "Deleted": true
}