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": "25f99465-8d84-49ae-950d-a8ecf66190e6",
  "CompanyID": "ef4f446e-02de-44e1-a882-f26244f66782",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-26T18:41:36.3354922-04:00",
  "CreatedByUserID": "b04e1e04-df9c-4c0e-82a9-0b6a6b85448c",
  "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": "d1f5755f-3630-430f-88fa-b3f9ddd48c58",
  "CompanyID": "a7a220e6-41e5-47ea-9afb-90d662d05b96",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-26T18:41:36.3511302-04:00",
  "CreatedByUserID": "bd8356c1-4e85-445d-8517-d99b5032ab64",
  "Deleted": true
}