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": "c7da9a43-5c9a-434a-b56d-c115fe371b25",
"CompanyID": "7bb65406-9087-4718-9a69-4cdc0f027a34",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-20T12:51:31.3522675-04:00",
"CreatedByUserID": "85ff4d33-70c7-487b-9afd-91a360aaefa7",
"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": "9492d099-3fe2-4fd6-a6df-f93792cab8a6",
"CompanyID": "8b74609a-5361-46d5-839c-e13a416efece",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-20T12:51:31.4928915-04:00",
"CreatedByUserID": "2a823b2d-0626-4301-aa9a-96ccdfb5a4b1",
"Deleted": true
}