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": "cf4694f4-2d74-4e78-a3bb-bc062d8d99ff",
"CompanyID": "3126a356-98b6-4855-95b2-1a5b816128e2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-17T07:41:56.1789313-04:00",
"CreatedByUserID": "b8fd2dbd-0aa3-4e32-ae82-899e8e67b7f6",
"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": "e33684f8-5257-477f-8ecb-7b2be2827bbc",
"CompanyID": "27de930c-1929-42dc-be9f-da179b844f08",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-17T07:41:56.3508029-04:00",
"CreatedByUserID": "07def714-448b-44aa-a033-ec35c08df82f",
"Deleted": true
}