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": "0e7f21c5-a712-4697-a28b-e34212fc6cb5",
"CompanyID": "0778a927-f430-4f0a-b015-d0ad6bad2d15",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-21T21:37:55.4713711-04:00",
"CreatedByUserID": "b895328b-c524-4d82-91ce-2d92a2577d8b",
"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": "a96f9c44-3cf7-4a7c-ae1e-78ad4d3a1dc6",
"CompanyID": "264a5e29-94e3-414c-adf4-ad6c44248e07",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-21T21:37:55.4713711-04:00",
"CreatedByUserID": "c8332e35-bb1f-44ac-846c-0199a2fe3984",
"Deleted": true
}