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": "fb64d8e9-2498-4f87-806a-8cb0a1ba2083",
"CompanyID": "043e53a1-9633-459d-af90-02840d40c26e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-04T02:48:11.7494137-04:00",
"CreatedByUserID": "de565a56-9c3f-429c-b52e-7d2f10dba097",
"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": "fd27abbd-6cff-4b6c-9dd3-ce440cf913f5",
"CompanyID": "ca05fc86-8746-4a1b-b686-40050e717bdd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-04T02:48:11.7494137-04:00",
"CreatedByUserID": "8650113a-8ac3-4b84-96d3-ff377ed17833",
"Deleted": true
}