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": "b0d1549a-b7d0-4054-b6c1-612dab409356",
"CompanyID": "d898ce8c-dea1-483c-bcc7-ed7ff26d27f1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-18T03:15:28.0908229-04:00",
"CreatedByUserID": "87ea22a3-943a-4620-bffd-cc41313a8aea",
"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": "eec5d8a8-6fd9-4f23-8e98-8e77f34d0410",
"CompanyID": "2149dcdf-753c-4461-86dc-cd66ecc64e41",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-18T03:15:28.2939515-04:00",
"CreatedByUserID": "eaf3bcd7-1f4a-457e-8e35-000f1f40cd6f",
"Deleted": true
}