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": "eb69022e-e1db-460a-840f-cac7a91700df",
"CompanyID": "854314c9-7523-494e-baef-b0ad09da0ca4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-31T17:51:10.3719396-04:00",
"CreatedByUserID": "b101e44d-1e51-431f-b0f9-0aa79a78b4b8",
"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": "76aec69b-c4a1-482b-8b7d-a21d094f19a3",
"CompanyID": "90619a3a-1797-4a24-b052-6cc95c9dade6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-31T17:51:10.3719396-04:00",
"CreatedByUserID": "79b47e89-2937-4d2f-9277-e7738ea97555",
"Deleted": true
}