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": "14c2affd-166b-414e-814d-036f73b00449",
"CompanyID": "58da4173-d43e-47fa-8811-523dc2a04d11",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-07T08:58:52.5092848-04:00",
"CreatedByUserID": "7ddf7131-5e9b-4d92-996d-1a73f48bfa6f",
"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": "dbe33d95-f716-435a-b8d6-2796fa6e2891",
"CompanyID": "6708b4f7-b626-421d-9559-e30ff7dbef6f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-07T08:58:52.5092848-04:00",
"CreatedByUserID": "0bf2b4bd-b335-4905-8e84-cb003600a666",
"Deleted": true
}