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": "7bcb8ec8-13ce-4a2a-acbf-58e8b276214c",
"CompanyID": "751b587f-6d67-4ce5-b4e1-34675fe7009d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-17T02:42:50.2505797-05:00",
"CreatedByUserID": "cafb0821-5c63-4c95-9444-bf49b2f2ab7c",
"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": "d9c7645d-6a8f-48ef-9181-776ec40bd1cd",
"CompanyID": "93edf41b-56b0-4199-a7bb-64ba29d9657a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-17T02:42:50.2505797-05:00",
"CreatedByUserID": "ab86cb71-fcdd-40a0-a51c-73d96eb1415f",
"Deleted": true
}