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": "15ef33e8-d7f4-44a3-b871-ac1e82cef93c",
"CompanyID": "3ed7ab12-c654-4ddb-90a2-604719f747cb",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-02T06:07:43.5605635-04:00",
"CreatedByUserID": "b71bebfd-9937-453c-9465-cc705538fc16",
"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": "45772be3-0d4c-4f63-bde1-ad5f68434b45",
"CompanyID": "e886087b-2ac3-4ea8-a062-1bf35016419e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-02T06:07:43.5761797-04:00",
"CreatedByUserID": "2b574033-79a4-4427-becc-94db665ab204",
"Deleted": true
}