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": "a1a24ef0-f83e-4c3c-bf5f-eb74284be379",
"CompanyID": "25136900-b675-4f22-8d4f-c246dd4f220c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-12T18:05:00.4546127-04:00",
"CreatedByUserID": "3f798786-4db1-4625-9d18-662ab9c7be01",
"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": "a1f66c81-6ffd-4d47-8e42-98d326f87759",
"CompanyID": "8ffe858d-4858-44a7-818a-2f8ff28a033c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-12T18:05:00.4702364-04:00",
"CreatedByUserID": "2dc6dbfa-0266-40f5-a718-09599d5fb046",
"Deleted": true
}