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": "35847bb4-0764-4d0d-b780-2c3075a4907f",
"CompanyID": "a7c1660e-93b1-4a38-bfd3-cb64fafeed90",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-01T21:37:29.8614286-04:00",
"CreatedByUserID": "9f81433f-55d3-4f45-bed3-59fb5362bdbf",
"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": "bc421d3e-5562-42c3-8c8a-ea2d8762e7ea",
"CompanyID": "a61a1d54-7a5a-4b96-94e8-8053ab4787e9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-01T21:37:29.9708027-04:00",
"CreatedByUserID": "0b153185-3893-44fc-aca4-f9275407d512",
"Deleted": true
}