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": "abba9537-7dbb-4662-b17a-e02dc1b0684e",
"CompanyID": "addb1fb8-c8a4-421b-aa8a-5b9baebf6d3a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-25T04:56:26.6797397-04:00",
"CreatedByUserID": "213c9a5e-6811-48e2-9aff-db13ee130d0a",
"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": "2e8683ec-3fc0-445d-818c-930bcc898268",
"CompanyID": "9bf910c8-3eea-4f67-b394-f5f4db447abf",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-25T04:56:26.8047338-04:00",
"CreatedByUserID": "a663e146-db5e-4aa6-ba18-4d99c565210d",
"Deleted": true
}