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": "55cd597e-e2f7-4f4f-8d10-3ec95bbb7cf4",
"CompanyID": "62e8c8e0-93c3-4e5e-8b79-daed01961444",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-30T20:12:18.4161987-04:00",
"CreatedByUserID": "a493a61c-95eb-4347-8b53-40459d701e3d",
"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": "b66bea63-c22f-4679-9578-e146d744c095",
"CompanyID": "a4af2bd1-ea10-4c7c-8929-3bc5e3b7be18",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-30T20:12:18.4161987-04:00",
"CreatedByUserID": "5e885304-36e0-4814-a286-d055793d34e2",
"Deleted": true
}