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": "7a6eb81b-698e-4ad9-afd8-5c2663109719",
"CompanyID": "37f3c7ad-d8ef-4e03-ae62-35c449180e61",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-12T10:13:40.5798423-04:00",
"CreatedByUserID": "1ac4eb4f-7359-458d-ab8b-24e9a41701ce",
"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": "771040b6-8e4b-41fc-a994-f527d7b36984",
"CompanyID": "e32eddcb-c667-403c-986d-80576107c9c5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-12T10:13:40.595471-04:00",
"CreatedByUserID": "f4305d01-d158-4f9e-b087-10bdd57aa09f",
"Deleted": true
}