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": "ad70ef02-a0dd-472a-b7ea-6fbc2d2a544c",
"CompanyID": "94459f21-e190-4bb8-89bd-ca4f8bb26f9b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-04T01:12:09.721565-04:00",
"CreatedByUserID": "b1200d7f-124b-42b7-b25e-ea7d1636ba4e",
"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": "7a0a57e8-cc81-4894-9671-9e705a501a79",
"CompanyID": "2fd07f1f-9ad7-4406-b925-854f7deddf96",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-04T01:12:09.893437-04:00",
"CreatedByUserID": "0cb11c9c-1da1-470a-a93d-aabe38560727",
"Deleted": true
}