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": "02a40d25-1afc-455b-86f6-735b60c6f665",
"CompanyID": "74161681-043a-41bc-8a61-261b6975a8e0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-01T03:49:26.2119239-04:00",
"CreatedByUserID": "1f6c9723-6dfd-46f5-bce2-4e17ab57ae8d",
"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": "b5f57cbd-57e3-4b8a-8fbb-c4d9ab690c6c",
"CompanyID": "4018ce8c-25f9-4c42-ac47-89efb799d463",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-01T03:49:26.3369258-04:00",
"CreatedByUserID": "829e9fd8-6fd5-4235-9b1a-0846f24aa304",
"Deleted": true
}