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": "1aa3d489-5ab8-4991-847c-1a45b0624f8a",
"CompanyID": "68c8838e-1363-4a03-a4d2-12309f248774",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-12T00:49:48.2291987-04:00",
"CreatedByUserID": "63264c5e-a9ca-484b-9f19-2838973912ce",
"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": "ba0fb082-1889-4c2a-b737-b617a32152cf",
"CompanyID": "3b5a7b86-291e-42b3-9581-055d7d302f79",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-12T00:49:48.2291987-04:00",
"CreatedByUserID": "ef3182a6-d623-445e-a0fb-2b189582f156",
"Deleted": true
}