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": "0a162e56-c713-4d09-9ca1-20a2341a12ff",
"CompanyID": "0d7e59e8-8f26-4041-aa6e-0b4264de9c97",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-13T10:41:49.9702413-04:00",
"CreatedByUserID": "68b51d44-b706-4d14-ade4-fc6ef11e0114",
"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": "031cdb1d-788e-4897-a45f-90a6fff0d5ff",
"CompanyID": "a8683d37-a221-48e1-bcf4-91b2d07ff2a4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-13T10:41:49.9702413-04:00",
"CreatedByUserID": "324b2630-a924-45d3-a037-021fefac1b7e",
"Deleted": true
}