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": "ef392751-b76b-4793-8eab-e508d85ea389",
"CompanyID": "964ad87e-c74e-468e-b120-fdd6b0a101fe",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-02T03:42:38.4572207-04:00",
"CreatedByUserID": "a101eb91-9575-485b-8bf4-6c0178672884",
"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": "92970fd2-8c09-4c8a-8a4b-b9dd0fbf0040",
"CompanyID": "4616f6fe-9ed4-422d-b01b-5cfab06e9d12",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-02T03:42:38.4572207-04:00",
"CreatedByUserID": "d4aa5914-8d53-4148-9407-d0a0bb453d57",
"Deleted": true
}