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": "6e4197eb-be2c-4e1a-9f01-16b636ba88ed",
"CompanyID": "3b108814-02f8-408b-ab88-105bee347449",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-30T15:04:54.9744885-04:00",
"CreatedByUserID": "766245fe-9b37-4d9e-aeb1-8f892b442b2a",
"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": "93bd353d-c2e8-4bc5-8196-db41bb641974",
"CompanyID": "87bfd6f3-4e7e-4a56-a085-edeefa9134a9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-30T15:04:54.9744885-04:00",
"CreatedByUserID": "15520a11-cebd-4e52-a0b6-de7dac494d0d",
"Deleted": true
}