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": "2ce90518-83f9-4671-9852-981cadfe9388",
"CompanyID": "3e77e287-e57e-4540-afb6-7544d9662dac",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-13T21:13:01.3771098-04:00",
"CreatedByUserID": "5ef90cc7-2b8d-49bd-acbd-1bce49d6eea3",
"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": "f6b94bba-877f-4e96-8708-1f31ee1c8828",
"CompanyID": "fbba31e6-6420-415b-99d1-eaa3682d21c8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-13T21:13:01.3926969-04:00",
"CreatedByUserID": "54b6bb18-1c89-4469-93b9-afb7e1b8a728",
"Deleted": true
}