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": "361fc8ef-0a50-4dc9-86bb-299dd99e1bdd",
"CompanyID": "93c6fddf-87e7-4ab9-9e4f-ebe8a29cd1b9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-07T21:51:28.7562222-04:00",
"CreatedByUserID": "3ec853d1-9154-4677-a81d-0c8bffea46c7",
"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": "a2c5a08b-7ea8-41f0-ad78-42d5122bb06d",
"CompanyID": "c88825a6-c7ac-4b1c-b69e-6db1358b2b4c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-07T21:51:28.7562222-04:00",
"CreatedByUserID": "6d63625f-4c34-4ce7-bf61-23a1da2db0f5",
"Deleted": true
}