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": "a57872b7-6288-4dce-b21b-0d831a590318",
"CompanyID": "f954a3ca-559d-4260-b24f-2a3e10dfb47b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-28T02:17:34.3397555-05:00",
"CreatedByUserID": "e434e1b3-ff91-47cf-87f8-cef75df6056e",
"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": "6c731a3c-9f78-4011-961e-9e4a7c00fa0f",
"CompanyID": "6df6340a-3f7c-423e-acc6-57df5c7b20b4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-28T02:17:34.3397555-05:00",
"CreatedByUserID": "f516a293-5814-4fe0-ad22-bc5e80ddd7d4",
"Deleted": true
}