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": "3810485d-a3b5-402a-8a45-7d75bb48fdfd",
"CompanyID": "d7e76eff-1a4e-48c4-aab8-2d295ac546b8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-13T20:13:21.3652945-04:00",
"CreatedByUserID": "2b268ee6-5a70-49d4-a45c-50f5f87293bc",
"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": "10337065-cb8c-46d6-a1ac-a895d7328d9b",
"CompanyID": "7ce10430-e477-44d7-a2d4-b7d0f91530e8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-13T20:13:21.3652945-04:00",
"CreatedByUserID": "e22234bb-346f-4678-ae70-025b5705e63e",
"Deleted": true
}