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": "373bb9b8-5ca0-48c9-bd26-da280883dadc",
"CompanyID": "b1583302-ceb9-437d-89f0-6c2482e4d979",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-02T21:41:59.9569183-04:00",
"CreatedByUserID": "281d6632-0b9c-448a-ac55-b885cabcb2c7",
"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": "dda22929-aec5-46ae-98b3-001d7586294a",
"CompanyID": "938589b6-f6ee-4a0e-80a6-38bdb9e081db",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-02T21:42:00.1288123-04:00",
"CreatedByUserID": "96b38098-a700-4447-a380-9e67a3f5dd75",
"Deleted": true
}