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": "735dfcf5-0da7-47bb-bd95-6b5549e600bb",
"CompanyID": "8da05050-2f37-4bc8-a7d3-2d91af2021ae",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-22T22:53:08.8250639-05:00",
"CreatedByUserID": "aa4e6723-0138-4ce4-80ad-43dab49efcec",
"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": "853c7d08-3f71-43b1-ad87-61fab0073f9d",
"CompanyID": "bf3ad523-eff3-4feb-8b92-cf9a87a443da",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-22T22:53:08.8250639-05:00",
"CreatedByUserID": "1452eaac-83a4-49ce-9c03-bfe9a64e2143",
"Deleted": true
}