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": "d4f506d3-19c6-46cd-9a76-ca131145a200",
"CompanyID": "4372140f-f384-4489-8af5-c9d545791951",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-10T06:24:05.5913553-04:00",
"CreatedByUserID": "9ea09699-7c09-45ed-bbf6-1f80648dbda6",
"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": "ffc0def7-646d-47e1-a00a-eb9c2df53c46",
"CompanyID": "dd3db6b6-6aec-401f-b850-7309bea927c9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-10T06:24:05.7476027-04:00",
"CreatedByUserID": "fc349f0f-ded2-4c3f-aa26-2acff305dc8f",
"Deleted": true
}