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": "fcd7c220-ae63-4a9b-9693-6f6406d7cf62",
"CompanyID": "8492823e-4672-405d-be6f-abaf02190cff",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-05T09:17:53.0787848-04:00",
"CreatedByUserID": "2ba4cb08-bd34-4a8f-9f71-1e4ab76ee201",
"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": "9e610f9e-35fb-4ca3-ad21-934aa581d2d9",
"CompanyID": "272a84c1-2777-4f30-bcd6-3e864256a2bc",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-05T09:17:53.0944182-04:00",
"CreatedByUserID": "6a3bcabf-1fc0-4915-8e62-db307a3b5ccb",
"Deleted": true
}