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": "3c1a950f-3adb-48ea-990a-501834f541d0",
"CompanyID": "8e6564dd-6d3d-4e46-b8cc-c4be91d6e3ee",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-26T05:28:33.4505199-04:00",
"CreatedByUserID": "2db56fc4-067b-4b68-9297-bd6bf52c64aa",
"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": "4cc34f04-aa51-47f2-acdb-527e1424bf4b",
"CompanyID": "59210308-826a-4a2d-a3a1-656e351ab8c9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-26T05:28:33.4661388-04:00",
"CreatedByUserID": "2222f12c-3cc5-4296-8016-206258cda367",
"Deleted": true
}