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": "4c62246b-a2b4-4646-aecf-d9219832bf90",
"CompanyID": "c5faed2e-5fec-4bcd-9dfe-2da20e6a534f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-25T12:59:36.2523566-04:00",
"CreatedByUserID": "ba54d7c5-c72d-466f-88eb-c1578f7d01ab",
"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": "063f79c0-a487-4ac8-ad74-5dfe6cbe1bc9",
"CompanyID": "21b09fa3-3677-41f5-942f-51cf264fa5b8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-25T12:59:36.3773438-04:00",
"CreatedByUserID": "dda7b6f0-0ed6-4d10-9b46-976740e2ad3b",
"Deleted": true
}