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": "bc50cdee-1818-4e34-b380-2c40e54802c5",
"CompanyID": "559c24d2-043a-4aaa-a14d-0be83ebcd0b9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-18T03:57:58.4203679-04:00",
"CreatedByUserID": "aac7f1ee-c3d0-41e0-a14c-549a84d65a3f",
"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": "69b0711f-c11e-4081-ab3c-f109ff6a00ab",
"CompanyID": "5329a493-086e-4682-9946-a497a9ea0b91",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-18T03:57:58.4203679-04:00",
"CreatedByUserID": "a0166bc6-e683-47f2-a961-3e1b85449f23",
"Deleted": true
}