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": "5035b510-d2e1-4b3d-aa63-0400a8f49111",
"CompanyID": "12c9d6a1-5423-45c0-a546-1b76c85c7070",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-21T02:19:27.3261937-04:00",
"CreatedByUserID": "ba49d572-a4e9-4ced-b5c0-8b8c1ecba076",
"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": "29dd3f89-d7ca-492d-97ae-d5c7615cf057",
"CompanyID": "0358345a-aa82-484b-9dae-489bdbd808e9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-21T02:19:27.357447-04:00",
"CreatedByUserID": "d2fe6268-af31-403f-adbb-df66e7cf2180",
"Deleted": true
}