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": "2e44372a-cbdf-4266-853e-6a6d29f54a9d",
"CompanyID": "dad628c4-2e08-4e22-b127-4fac9aad4003",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-11T00:11:00.5798385-04:00",
"CreatedByUserID": "76983e4f-17d5-40a8-a4ea-b2f0a4db43c9",
"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": "56dc80da-3f53-4a82-9071-763a7e6b8705",
"CompanyID": "eaca7c12-85fa-41cf-8956-99cc6f36d190",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-11T00:11:00.5798385-04:00",
"CreatedByUserID": "23a07507-7e6f-4e4e-82ac-717daefdd9af",
"Deleted": true
}