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": "20a7b4fb-4ae1-44e1-bb67-cca0c026a6c7",
"CompanyID": "6d9fecf0-4688-4e1e-bdc7-d28078a15416",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-04T11:11:50.9367406-04:00",
"CreatedByUserID": "effe8c11-0cd2-482f-b55c-c890106f5d5a",
"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": "6ee79dd1-9a23-4d59-99c3-f01a6964726a",
"CompanyID": "e6fd345c-2a04-4a13-b399-0132b7f5a5a2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-04T11:11:51.0461151-04:00",
"CreatedByUserID": "9674eba4-561b-495c-9a74-f607c96d15ec",
"Deleted": true
}