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": "425845ad-7e2c-40c1-a7de-3dee887e05bd",
"CompanyID": "d44dc2ad-6237-424f-aac1-bc0ea22cadac",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-18T02:40:13.5050108-04:00",
"CreatedByUserID": "d56a022c-23af-4661-81e6-ff38728422bd",
"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": "9561b4d7-9f6b-468c-982f-5c9ca985403c",
"CompanyID": "965cff4b-0567-453d-9d52-e40cec04f838",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-18T02:40:13.520637-04:00",
"CreatedByUserID": "c696df5f-4f4a-48a4-97a0-c3c8bb1f142f",
"Deleted": true
}