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": "46912905-8ba2-47ab-8af2-3f9be4e1ee93",
"CompanyID": "4927c154-c784-41a0-86db-8b908fdb8ca6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-30T04:24:57.3923901-04:00",
"CreatedByUserID": "54cd7b06-3f51-477c-a841-93635ab61d7f",
"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": "64b43545-7a45-4c7b-b8df-7e3a2c366740",
"CompanyID": "58cc9381-c7b5-4b03-ac08-208876c8e492",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-30T04:24:57.5486319-04:00",
"CreatedByUserID": "811c89d3-42c2-4ab5-8efb-52596f78b4a3",
"Deleted": true
}