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": "8d24b332-0fa8-48a0-bf27-c8b1a25261af",
"CompanyID": "fd0e3d4f-ea1c-4f1c-98a8-10d0ea42f4cd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-21T02:47:50.3063465-04:00",
"CreatedByUserID": "143ebb8e-ced4-423c-bdee-b37c26e2d6aa",
"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": "c6fad3dc-b6a5-4a5a-9a43-7a8c6a1a8f87",
"CompanyID": "232690ff-c493-49bd-90af-f13d917a38be",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-21T02:47:50.478221-04:00",
"CreatedByUserID": "c33a857c-e57b-4950-8f9e-10ef59f0b3d8",
"Deleted": true
}