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": "37c5a774-a5a4-420f-80c6-5d35155764f2",
  "CompanyID": "7b31db97-40fb-4adc-9257-e36056bfbf08",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-01-03T08:01:32.0467058-05:00",
  "CreatedByUserID": "a2349f6a-0027-4afa-80bb-1cca2985d35a",
  "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": "ff53876a-73a6-40fd-8f2a-d98ad60b8914",
  "CompanyID": "3f756ef0-a91a-4967-8651-99c877035d04",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-01-03T08:01:32.0467058-05:00",
  "CreatedByUserID": "ef9ff03a-fe28-4eff-96d4-bb1a91e54ef4",
  "Deleted": true
}