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": "0d271480-4f0e-4fe5-828a-8c59ea4e00cf",
"CompanyID": "51e9314b-ddee-45ec-85e4-0afbfcc77acb",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-16T10:43:28.2269151-04:00",
"CreatedByUserID": "648a1745-44f5-4581-bee0-937c1482f83f",
"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": "fa114e6e-763e-4281-951a-d6365bb6505b",
"CompanyID": "832ae9be-0b17-4a98-8419-e7b1c086905f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-16T10:43:28.2269151-04:00",
"CreatedByUserID": "017e1e94-0511-4052-8500-02cc5f449479",
"Deleted": true
}