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": "90a1978b-cfa2-45f5-8c0b-49b821263eda",
"CompanyID": "605c2009-1687-408b-abc9-ce07786882aa",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-12T11:06:09.1422401-04:00",
"CreatedByUserID": "85286ec8-2ca5-44e2-9b07-084dde8c59eb",
"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": "5b9f26b1-6292-4566-8e4d-56ccc770ba27",
"CompanyID": "cf748fa7-17be-45bc-b2d4-2b86db279c08",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-12T11:06:09.298499-04:00",
"CreatedByUserID": "f5fdf6f7-34e6-4fec-942f-e5c74cd9a265",
"Deleted": true
}