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": "ad03ff1c-7913-433e-8d50-c6d2d1d1416b",
"CompanyID": "6c2c6b07-2be2-4c52-ae79-92cac78e53c1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-04T08:59:28.8203564-04:00",
"CreatedByUserID": "d8e4500c-891b-4255-b787-a4cc4d779356",
"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": "5c1c652f-ee88-4178-a80f-9af0116ac828",
"CompanyID": "3676fe47-2945-436d-9bef-71269be03338",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-04T08:59:28.8359795-04:00",
"CreatedByUserID": "49866f49-7b88-4cb9-9808-bd28a2f52d3a",
"Deleted": true
}