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": "627c35e4-3dad-40ce-a0b4-b3b7b13d31a7",
"CompanyID": "bec6b0f8-8ebc-4e98-8efd-9fe4eb79289c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-18T02:20:24.4307022-04:00",
"CreatedByUserID": "d43f564a-caba-467d-ab8c-0e43f2043a26",
"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": "b729ccea-7ba1-4d3b-87f6-88fe7325df0c",
"CompanyID": "d366fa09-dfb3-4cb2-92ad-ab8f502cc555",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-18T02:20:24.6181979-04:00",
"CreatedByUserID": "b1d1311e-c3ee-41c8-b74d-13d52e78c978",
"Deleted": true
}