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": "88b52c37-273b-4397-9381-4c28e0b49b4d",
  "CompanyID": "eb9f22f7-6ec9-46f5-ba0c-56ad7f0dbd21",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2024-10-06T06:10:51.3904676-04:00",
  "CreatedByUserID": "20446f94-0d03-4f39-9aef-7ea79d0d306b",
  "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": "013c1c69-32e2-4fc6-9c6a-1225d6ba4555",
  "CompanyID": "634c808e-5d56-4fd4-8648-9ffacc5ca8dc",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2024-10-06T06:10:51.3904676-04:00",
  "CreatedByUserID": "e01763e9-deda-4c75-9306-1e2fe02d25cf",
  "Deleted": true
}