POST api/CompanyCommunity
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| companyCommunity | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CompanyCommunityID": "ba57b9ce-c272-4b2a-811d-e731afefed05",
"CompanyID": "0a350dca-ac52-4914-bcfe-401b1a7a390e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-27T01:42:25.2520407-04:00",
"CreatedByUserID": "67fa55da-125d-4422-a594-4c5b663c8a8c",
"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": "c2d9e657-8070-4891-a656-0bd01d2e35f6",
"CompanyID": "1c4e5310-d1a6-404c-b820-f6b17caa5682",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-27T01:42:25.2520407-04:00",
"CreatedByUserID": "c4bed465-0896-4926-918a-d83731578da5",
"Deleted": true
}