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": "b6474e0e-7e33-491d-9b41-ed7bdfb2ef52",
"CompanyID": "5dd3be21-ae55-4c93-94e8-0e79395c682d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-02T19:36:16.5312255-04:00",
"CreatedByUserID": "3c3ebd36-b935-4ab8-9445-e5f09d6e43ce",
"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": "9069e4ee-2a0a-460d-a253-5146955cb6d3",
"CompanyID": "b4e3b164-e278-4e64-b8c4-6397dc3b9676",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-02T19:36:16.5312255-04:00",
"CreatedByUserID": "0c8acf61-5cab-4249-86fd-a63a925a7aee",
"Deleted": true
}