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": "0599dc3e-b891-4ab2-83d5-3aba9bf0bd92",
"CompanyID": "f75f790b-1445-41a3-916d-a36d77b77682",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-09T10:43:56.5515296-04:00",
"CreatedByUserID": "cbef50b2-2413-4bcf-aaa2-a1172a5cdb98",
"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": "e62cd2ea-04ab-49b5-b8f3-46289ed49f1b",
"CompanyID": "d1fa56fe-6a0d-45ed-a642-bba130494738",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-09T10:43:56.5515296-04:00",
"CreatedByUserID": "7dbb1478-1cb6-4125-9285-4971885cd3c1",
"Deleted": true
}