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": "100b3a79-5e24-4391-88ad-c2280a48fbb1",
"CompanyID": "2ab8627e-b4f0-4c67-a277-5051a739fea6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-31T13:40:19.7769452-04:00",
"CreatedByUserID": "4c573657-0152-4818-ac32-fd84ab774ab6",
"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": "1b8fdef6-7e25-44c9-ba34-e562a3f9a7c5",
"CompanyID": "e406519d-2c44-4c64-ab5e-7118c4bfcaac",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-31T13:40:19.7925693-04:00",
"CreatedByUserID": "4b0192ea-f847-4c19-9bfc-7c58ce27a71d",
"Deleted": true
}