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": "0d370e19-f29d-4f05-9827-2fa274c0b1f5",
"CompanyID": "8ade950e-cd92-47d2-b203-1f08a497972c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-01T18:56:59.7511438-04:00",
"CreatedByUserID": "1a27c632-933e-47fa-afe6-315b6fe6c804",
"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": "fbcdd125-6ff7-43e0-9111-ee60642c34ac",
"CompanyID": "4b80420b-95fe-42c1-8b38-843036936697",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-01T18:56:59.7511438-04:00",
"CreatedByUserID": "8af6f0da-ec4e-46ee-9620-0af44bd09b62",
"Deleted": true
}