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": "f542fe8f-565f-4789-8c37-34f180150a2a",
"CompanyID": "9bfbbb4e-9c1e-4eb4-ae6f-40571e05fdb2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-22T10:06:25.3314875-04:00",
"CreatedByUserID": "52474b2d-b779-40a8-b7de-631d1a86a283",
"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": "4dfcbc45-1ac8-4dde-ad38-c8a5af253f2b",
"CompanyID": "6757019b-0d6d-4e18-8a74-a85e100bbfc1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-22T10:06:25.3314875-04:00",
"CreatedByUserID": "c318afda-7a88-4dcb-b102-b00d0faa1025",
"Deleted": true
}