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": "52cac756-a329-4617-8e50-f284d77945e6",
"CompanyID": "bd308353-f45f-4e29-bbeb-da4dc7711894",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-07T01:42:45.2479235-04:00",
"CreatedByUserID": "6a1fd512-3ca8-4ee1-b4e9-52b2daa9aa5f",
"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": "b0275a7c-34fe-40c3-8bf1-3cb22db86f8f",
"CompanyID": "569f892c-50c9-42de-bc05-85134d9e3431",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-07T01:42:45.372923-04:00",
"CreatedByUserID": "32c826d0-0b99-4bdd-b7ca-72d85ec371f0",
"Deleted": true
}