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": "43de48fd-2924-4cfe-8b77-6896fb8bf13e",
"CompanyID": "8ccc4490-e566-4c61-b4e5-aef9ef7db10c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-29T21:02:48.5003107-04:00",
"CreatedByUserID": "72ef2133-2c8d-49ad-8ff6-d46dec40c3fe",
"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": "a7d35a18-0a7e-44e3-956b-56ebca1c9c38",
"CompanyID": "36bb4f83-ae53-4a11-a2f4-13d8024df423",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-29T21:02:48.5003107-04:00",
"CreatedByUserID": "a319a743-78e1-4f82-ae41-c8a1c5abfca8",
"Deleted": true
}