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": "acee4fa2-1ee2-4ab0-b2aa-5801128855cc",
"CompanyID": "0175dbc6-931e-4b3f-ab65-f67da3bc0534",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-27T15:56:12.8635353-04:00",
"CreatedByUserID": "ec9049ad-b127-4cc5-8551-f3ff700ee63e",
"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": "f238402a-01bc-4f9c-a067-3b6f4cdc1324",
"CompanyID": "97e13f7d-7d24-47e3-8b10-e88c1872ec32",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-27T15:56:13.0197869-04:00",
"CreatedByUserID": "252c5f5b-a68c-43e8-b08f-65dc09758f40",
"Deleted": true
}