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": "b8f34161-046b-4ad5-963c-a565e0841fe3",
"CompanyID": "3fd3dcec-ec27-48a2-955d-c336acb1751a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-31T15:45:47.579126-04:00",
"CreatedByUserID": "cc20b378-aa50-4714-bac4-e1223617240d",
"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": "554fabf9-02f0-4fa4-a6de-a1460e8be520",
"CompanyID": "118af519-cae1-4ca6-b016-63fe7cd6ceff",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-31T15:45:47.5947387-04:00",
"CreatedByUserID": "da4906cf-7723-4acc-9ea9-1bfd569d1f1c",
"Deleted": true
}