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": "4a01b367-cc07-4add-a934-92f05aa1dc23",
"CompanyID": "130d949e-3270-4561-8465-f2def88a0f2f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-15T22:51:22.5703949-04:00",
"CreatedByUserID": "91dfa628-790b-4a82-b680-41c4ef7a177e",
"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": "e1f1e1e5-29f0-480e-af09-d9868152f35c",
"CompanyID": "d050488f-01be-4915-9839-8e42476f4fa4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-15T22:51:22.5860193-04:00",
"CreatedByUserID": "f04498d1-a0d2-41cb-b40f-9a7b45ed9e40",
"Deleted": true
}