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": "2f7800f1-b129-4e42-8a15-9eca59a6dcb8",
"CompanyID": "588c4bf0-7a48-4a27-9f6c-4fa848caa206",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-12T09:19:46.824121-04:00",
"CreatedByUserID": "3ae4f63b-becd-4fab-8381-12d43990a5c9",
"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": "5ffc9e1a-c92e-403e-a778-dea3b73425c6",
"CompanyID": "a5926ae6-eba4-4b56-88b7-2a0d43644160",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-12T09:19:46.824121-04:00",
"CreatedByUserID": "3eb64283-9a68-4a98-bc0c-4089f0ccad0e",
"Deleted": true
}