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": "c6e0596f-0340-49be-9988-4d909eded505",
"CompanyID": "0777c7d4-7b2b-4d75-84c0-3d03b5459747",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-08T03:27:10.1679295-04:00",
"CreatedByUserID": "b9cc55c8-93a8-4ca1-ad65-4a1d2ad17ced",
"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": "79312327-decb-4b37-b392-7c7c10e7f2f8",
"CompanyID": "9ca2c2cc-3dcc-4f6c-b5a9-3a11db02515a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-08T03:27:10.3085564-04:00",
"CreatedByUserID": "98ec1cfd-f500-4677-8d64-496dd88f7c8e",
"Deleted": true
}