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": "0799f9e2-800a-4aaf-a014-f155cabf0bf7",
"CompanyID": "ea442705-fb13-43f4-91c6-e5214f1facca",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-06T18:52:04.8971861-04:00",
"CreatedByUserID": "5a41c38e-6879-4f31-98b3-137aa5bd7d80",
"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": "dfea314a-4c8e-4a49-9b37-01d1e4f5901b",
"CompanyID": "237c10c5-3644-439e-b0d6-6decafe6dc6f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-06T18:52:04.8971861-04:00",
"CreatedByUserID": "70343e6a-fb8b-47d3-8e90-2cf0e6d7186a",
"Deleted": true
}