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": "6ff51d9f-0301-4b26-9b45-c2d40545ffd7",
"CompanyID": "83006ebc-f3f2-44c4-a4c8-58e28c1c5ae5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-21T19:39:11.9758403-04:00",
"CreatedByUserID": "517ef5e7-f41a-41e7-b5f8-e889df9a57aa",
"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": "592d5c3d-d0ed-42ab-9a69-f6c93817de22",
"CompanyID": "126b3be3-3d15-466a-b230-ae94a8f01dc7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-21T19:39:12.1320886-04:00",
"CreatedByUserID": "03fa4f2c-b81c-45ca-a8ed-3976c0ae7d1f",
"Deleted": true
}