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": "a0201929-1d2f-4af1-a36f-478c1b423fc6",
"CompanyID": "b6553e0c-a9de-404f-b336-393faa9535b3",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-30T08:54:34.0283306-05:00",
"CreatedByUserID": "2488966a-705b-48af-b117-d2d4b76b39e1",
"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": "0df95c0d-9677-4501-ba0a-6f48d36a745f",
"CompanyID": "46064c44-6c66-456a-8a9c-75e26bb6bc1a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-30T08:54:34.0283306-05:00",
"CreatedByUserID": "a94ba64c-6305-4eaf-8423-d6170616205c",
"Deleted": true
}