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": "8830607d-608a-4e56-9173-8737a7d35586",
"CompanyID": "3d81bdb9-70b3-40a5-bbbf-cb8f8c2d81b6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-18T10:13:44.0566086-04:00",
"CreatedByUserID": "7a50605b-fec1-4f10-8761-6628c2b9c9b5",
"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": "545d4bfe-f155-4be5-b5f4-e5e7cc637490",
"CompanyID": "f26d98a4-1dc2-47eb-81cb-f848de868552",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-18T10:13:44.0566086-04:00",
"CreatedByUserID": "c7eef748-e929-413a-9395-ea2098917a6a",
"Deleted": true
}