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": "94ea4890-651b-4f23-a305-9b3f2e5ebb68",
"CompanyID": "f57a4d26-0f25-4a6f-9c80-423973849cc9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-03T13:43:50.0116071-04:00",
"CreatedByUserID": "189c0ba6-8aff-4f8b-84a7-4169f3c39203",
"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": "c31e4d21-1814-49ed-9c25-ce31ecfd9136",
"CompanyID": "8fe66a57-cf61-44ac-97f8-b1789bde54e4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-03T13:43:50.0271857-04:00",
"CreatedByUserID": "19356b60-065e-48ad-86f3-df7fcb18c4ea",
"Deleted": true
}