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": "59ef7cd1-4377-4aa1-a1ad-59457a479754",
"CompanyID": "93c80c33-419b-49fe-b5cd-5b5370bd5669",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-08T01:28:00.86559-04:00",
"CreatedByUserID": "d8ec368a-806c-490f-98e4-da401dabde0f",
"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": "6754a97b-1a65-4c84-a6b4-46eba85a2ad1",
"CompanyID": "717a8629-6659-455d-91d5-544e9cc8bf5a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-08T01:28:00.86559-04:00",
"CreatedByUserID": "6ac3272d-657a-443e-8457-15540e4066bf",
"Deleted": true
}