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": "924c61fa-2eb5-44a8-b9d5-4c3e3f71935c",
"CompanyID": "2b43fdd9-613a-4020-abe5-824bd7f5a7b1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-22T07:35:39.1656387-04:00",
"CreatedByUserID": "0eb40426-c025-414e-9566-30cd138c5043",
"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": "6c589a3e-ff33-40ac-9e9a-9095171e1954",
"CompanyID": "aa9062aa-eb0f-4443-84aa-7df016f0daa1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-22T07:35:39.1656387-04:00",
"CreatedByUserID": "cf7a1522-25ca-49cb-8e1c-5c18720c95e5",
"Deleted": true
}