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": "2e0cbd1c-d12e-4aea-8261-bcb9fdec3282",
"CompanyID": "87bfa7e4-2538-49f1-932b-6cdb55b90648",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-08T02:09:18.4472535-04:00",
"CreatedByUserID": "a28324f2-13d1-4ebb-a233-eb743a7d9636",
"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": "264fb800-7fda-4f9f-aedf-1129da680f32",
"CompanyID": "b2cf8811-cfc2-4f8f-9718-fe89b0b7c5a5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-08T02:09:18.4472535-04:00",
"CreatedByUserID": "20ded03a-3314-4f4b-a03a-b7527522ddec",
"Deleted": true
}