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": "e06e3093-f811-4d24-9c0a-a91785d2062c",
"CompanyID": "f472f701-2cd0-4562-8cee-1b00adf2e54f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-28T22:23:41.20095-04:00",
"CreatedByUserID": "fafc22c9-cca0-4401-8ecf-eac6c29073b5",
"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": "f5f21caa-c810-40ac-b84c-018ec056c589",
"CompanyID": "74b410d6-5c57-4f3c-979f-4b7bf1a92d62",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-28T22:23:41.20095-04:00",
"CreatedByUserID": "804d25d0-0519-4a5b-bb2d-d1245a27fdcd",
"Deleted": true
}