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": "69ca4d6d-cb05-4f82-825e-6006f5b2de43",
"CompanyID": "a805613f-62bb-4ae7-8b81-4756a47e11cc",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-21T15:07:53.4501661-04:00",
"CreatedByUserID": "406e8fdf-e283-4cd6-aec2-861662dddb5f",
"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": "7f5a13f8-6bb8-46f9-88c5-2d6d38d8f090",
"CompanyID": "c010f11e-435f-4c92-9fe4-901db1495910",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-21T15:07:53.4501661-04:00",
"CreatedByUserID": "4e7f2e64-e2fe-468d-afc3-035d34e74c33",
"Deleted": true
}