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": "765cfe6e-6f0d-44a9-8602-065aecf4ea39",
"CompanyID": "a2867f1d-2478-4991-9af0-865cedf49fa5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-14T18:19:42.2341671-04:00",
"CreatedByUserID": "d9c7f327-199d-4c41-ab7d-2eff2e13f774",
"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": "9c4dded9-544e-48e8-8521-16ee0c9d7211",
"CompanyID": "b23f671a-5ecc-479b-b8f1-a1fb5640ef21",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-14T18:19:42.2496279-04:00",
"CreatedByUserID": "417ba4d5-54bf-45aa-a076-2381a6371c6b",
"Deleted": true
}