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": "91506329-f9e3-4752-a0d0-b52bc8b3a34e",
"CompanyID": "eea1a6e3-d524-466b-a1c3-acb44e20454d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-22T01:24:59.9720629-04:00",
"CreatedByUserID": "1fdf0edf-1a44-4d81-a2bb-cc778c7a3dad",
"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": "38461e9d-a860-4ba1-8cb5-98b3d731c8ff",
"CompanyID": "8ffed66a-d2ae-4776-b8f3-22abea7acc06",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-22T01:24:59.9720629-04:00",
"CreatedByUserID": "3ced850a-cbce-4de6-99fd-e52048c406f2",
"Deleted": true
}