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": "470f9ae7-90f5-499f-88c8-537ef8f0d1f7",
"CompanyID": "aa311f0f-1cf6-4103-a652-73288724dede",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-24T15:19:01.0492259-04:00",
"CreatedByUserID": "bac15a58-7073-4b9a-9490-46066931008c",
"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": "11259931-d435-49d8-9e08-74da291bdbd9",
"CompanyID": "986533af-ade3-4790-926e-23b18f6586a4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-24T15:19:01.0492259-04:00",
"CreatedByUserID": "64c5a0db-a3ac-4393-958b-7fb76f789e5a",
"Deleted": true
}