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": "c1aa36ea-695e-4d80-9ae3-d3e15bdaffb1",
"CompanyID": "9217ce93-b5be-401c-960d-ea78279a4b50",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-08T15:16:22.4842976-04:00",
"CreatedByUserID": "b1daa666-2876-4640-a8c5-0e381f8f1b2c",
"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": "517fb8b7-3125-4b33-9382-132131175c49",
"CompanyID": "ccf18ef2-dca3-4021-a12c-ee1853763ed3",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-08T15:16:22.4842976-04:00",
"CreatedByUserID": "05423d2d-3394-41a2-a144-10d829ee00a8",
"Deleted": true
}