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": "fa615495-8411-4edf-9ef4-03d41c32e6ef",
"CompanyID": "0e32afcd-81ce-4907-af21-41ff81b66af5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-01T04:07:03.9429915-04:00",
"CreatedByUserID": "aefbcd35-6c4c-43d0-938f-42fbae0a83ea",
"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": "e6783ac4-b867-4547-96a8-b950ea95089c",
"CompanyID": "3e80767d-cead-4fb4-a04a-37bc34247375",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-01T04:07:04.0836147-04:00",
"CreatedByUserID": "eb668945-57e2-463e-9a7d-3bdba2047e32",
"Deleted": true
}