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": "fdcbe261-7ecc-4805-9282-09a99e73b5ef",
"CompanyID": "f2a3b4f1-cb28-4443-9fa9-530fa5ceafe2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-05T02:33:26.472055-04:00",
"CreatedByUserID": "10e5ad8d-771d-4d54-8119-4c8909359187",
"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": "0459321d-5139-4a4b-b847-735581744995",
"CompanyID": "399d5791-b53c-4f3b-b7a4-1612fa884db6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-05T02:33:26.6126762-04:00",
"CreatedByUserID": "be31a7d7-bc86-42fa-9656-a4acb5effa34",
"Deleted": true
}