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": "39a94181-5404-414e-8a55-92f641b9cf61",
"CompanyID": "cc7a7f4c-4f6e-4b95-9d15-05860a08bbc0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-17T05:39:07.4747227-04:00",
"CreatedByUserID": "9af5943b-02ef-46a7-8b18-96fadf8a011d",
"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": "548e9e32-853e-4000-ab53-8f701b61a653",
"CompanyID": "bb6e2747-b0e3-4ca4-8025-df2628ffcd8e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-17T05:39:07.4914142-04:00",
"CreatedByUserID": "14b3e011-f4a8-46f9-80c1-00933f71d903",
"Deleted": true
}