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": "5512ba93-ec71-47a5-b1a0-cba947f3b100",
"CompanyID": "0a77a2ce-e6aa-40ff-9c42-933a987347f1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-08T20:21:55.798847-04:00",
"CreatedByUserID": "abd843f1-d1a1-4ea9-b087-bd5ecde6f177",
"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": "a2c52e4c-af8c-40e5-960c-cf94a242385d",
"CompanyID": "ed5bd071-c4cf-4454-adfe-139252ed8153",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-08T20:21:55.798847-04:00",
"CreatedByUserID": "ea4bdecb-65e4-4dcc-8408-afa91a938114",
"Deleted": true
}