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": "585e160d-781d-4a0a-8a9c-c04e655d5d01",
"CompanyID": "f01a63cf-6226-4de4-9cf4-5e796d63e7a4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-23T08:27:11.3982502-04:00",
"CreatedByUserID": "32481dfe-c2c4-4c8c-96c8-7b01f5cd0e34",
"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": "c5c17359-e5ff-41a2-a541-effa7b3e9e5b",
"CompanyID": "9f989f78-013d-45cc-88d5-5ad5370a5bee",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-23T08:27:11.3982502-04:00",
"CreatedByUserID": "033b5e94-fef7-40c4-acef-9a4019bef6a8",
"Deleted": true
}