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": "0b66759e-e1d1-4611-a069-10362246db4c",
"CompanyID": "59f3fe77-b95e-4ce3-be1c-ce3b48bca7c7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-08T02:18:45.2109593-04:00",
"CreatedByUserID": "e338fba1-dd86-4b98-a2b0-18a042773d85",
"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": "66256a20-853e-4a22-a795-182e3e01ace4",
"CompanyID": "9d973a09-d389-42e9-8ed2-17d85e237686",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-08T02:18:45.2109593-04:00",
"CreatedByUserID": "60c1495d-a2ba-443e-84a5-45dbed28e8b6",
"Deleted": true
}