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": "1ade8c43-0582-4c17-a0d7-16a700241551",
"CompanyID": "7fff517b-fdde-4ed0-ab3f-2c64ead41336",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-30T09:07:15.0456632-04:00",
"CreatedByUserID": "a1fe2670-cf1e-4ebe-b641-251276d309c1",
"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": "5824da77-5f46-4753-85a8-3f1049d8e8d3",
"CompanyID": "6e55afeb-c859-4d10-bdd9-430bed3d1098",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-30T09:07:15.0456632-04:00",
"CreatedByUserID": "a666431f-b9ec-40aa-98bc-9a741553ac50",
"Deleted": true
}