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": "74cd654d-9f3e-4df6-97b6-985c70b55842",
"CompanyID": "ad0569e0-c686-47d9-9dfc-1a0051864cda",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-03T10:06:47.5181594-04:00",
"CreatedByUserID": "d96e54a1-d5b2-49f0-b9bf-5f7b2525217b",
"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": "ee6ab8de-fcdb-4c5b-8a8e-32867de57b57",
"CompanyID": "417cdeef-1fb9-44ac-90ff-ba48bf87b0cc",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-03T10:06:47.5181594-04:00",
"CreatedByUserID": "cfd89944-7a98-42d4-bc75-8ad1905d515c",
"Deleted": true
}