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": "7f83c6da-1fd5-42f2-9fe0-f59734a6cfb5",
"CompanyID": "f3822b4b-e18f-49f8-b395-92395e2a05a9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-29T21:35:44.6546146-04:00",
"CreatedByUserID": "aafdcf71-0420-4d7a-b3c9-b2eddf9b8f7f",
"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": "632db232-507f-45af-8841-9dbdf0903fcd",
"CompanyID": "c7cbb04b-66cf-4275-a76a-8f07c596cca9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-29T21:35:44.8108669-04:00",
"CreatedByUserID": "6696b078-86ff-4ffe-8068-566df8f85198",
"Deleted": true
}