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": "06469d1c-d0f0-4dd7-bdc5-b5dfebbcbd9a",
"CompanyID": "b477f57c-9f3b-4311-a676-c1af76eac1f2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-04T12:07:32.6680923-04:00",
"CreatedByUserID": "2d1b314e-03ef-4e64-9500-1290a64fe4aa",
"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": "4935d70b-20d4-4bb4-bed6-45818b52b973",
"CompanyID": "cca2e8da-a112-476b-8595-7c04c5563224",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-04T12:07:32.6680923-04:00",
"CreatedByUserID": "ba03cc8c-dad0-4c71-b275-6923b040a511",
"Deleted": true
}