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": "4f56d964-cc7f-4d96-8f6c-3b11f6433bee",
"CompanyID": "cb784b49-9564-4e24-8ae3-ba960df1db47",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-02T05:13:46.1557449-04:00",
"CreatedByUserID": "e2b645e9-02c2-401b-bd82-295d85a5c3dc",
"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": "77a9579d-7226-4d9c-8f2b-f999551ea223",
"CompanyID": "dcb6c1c7-a1cf-4ef2-af0f-deb068a3d2a2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-02T05:13:46.2963678-04:00",
"CreatedByUserID": "adcbf46c-793a-4664-a3bd-06ea336d2cc5",
"Deleted": true
}