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": "10728c09-9175-4d2f-8bb3-9cc9d6575269",
"CompanyID": "6be68c60-b5ff-4ca1-b089-7bce2cc82e37",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-17T20:21:07.3201693-04:00",
"CreatedByUserID": "f8dbc4ee-f686-4733-a1ee-b2a0d0bc9794",
"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": "ea1248f3-229a-4988-b91d-39a2a3307f52",
"CompanyID": "5e33f8d2-cf4f-4ae0-8617-becd1d005c2f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-17T20:21:07.3201693-04:00",
"CreatedByUserID": "dc62a73e-5336-4d98-8f8d-75dc216699ea",
"Deleted": true
}