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": "6bca8035-d64a-48de-bcc1-fb8dfb9de842",
"CompanyID": "e631e86f-7f28-4580-ba7f-13e2a5829059",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-28T07:28:05.3146715-04:00",
"CreatedByUserID": "10954202-8eb2-4fcc-8993-5f5baa3cc8af",
"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": "8d0a2799-4fd7-4c81-beb1-4d26050b7b3e",
"CompanyID": "46614bac-fa25-42f3-9ae6-17a4cfd5808f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-28T07:28:05.4552957-04:00",
"CreatedByUserID": "c4f56842-cec9-4296-a33d-ffd8a9fc9a63",
"Deleted": true
}