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": "cacc1f5c-3eea-4777-925f-86361d2c4fb8",
"CompanyID": "c03a01f1-2ad7-4705-95c3-d3eb8c20cecb",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-06T13:34:39.9401882-04:00",
"CreatedByUserID": "dc03b4d9-dde3-47c7-ac1b-8db38b78cd52",
"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": "8d70389b-f5be-43dc-b356-8574ac95eabc",
"CompanyID": "f785cde9-9e94-4cdc-abce-3b761fe49a43",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-06T13:34:39.9401882-04:00",
"CreatedByUserID": "ff3d06a0-8da5-4b6d-8dc8-c9c26eead663",
"Deleted": true
}