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": "bccb8fa8-1b98-41ab-b1bc-f860179a97a6",
"CompanyID": "861e6ca1-84c5-4ed8-a992-cc9eee6458f5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-29T13:06:05.2710723-04:00",
"CreatedByUserID": "8bfcd5f5-60d5-423a-b03a-63f9c7354473",
"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": "dd71d7a0-2dd2-4ce8-a7df-c514b21e7f9e",
"CompanyID": "8f96d1e1-ed70-4f09-9fb2-05c7e2f2ae54",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-29T13:06:05.2710723-04:00",
"CreatedByUserID": "b061a179-005b-48cb-b98e-972ae5e58a2a",
"Deleted": true
}