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": "a4bd0633-4e4c-4af1-adf1-1db50b4b19a7",
"CompanyID": "d6ff9c5e-efc0-4a96-9fc6-eec14a2bf9bc",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-09T16:39:56.3911208-04:00",
"CreatedByUserID": "1a69778d-6e2a-4640-a457-53712f6d4010",
"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": "e424dd5a-b6d4-4202-8bf6-3fb9f9e8a10e",
"CompanyID": "3fa99b38-7bf5-4102-99c7-954eecc7387b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-09T16:39:56.5004895-04:00",
"CreatedByUserID": "3e166eb4-f95a-4870-b905-e1778d99f50d",
"Deleted": true
}