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": "bd0015cd-8f96-40a7-a648-f450ce083d7c",
"CompanyID": "9d6aae32-ed10-44e0-b290-1666f2a8f3c6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-16T04:54:05.3030897-04:00",
"CreatedByUserID": "9508618c-d043-4c59-85ae-bff01995ff86",
"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": "e26c4b25-69e9-4da7-920b-fef88f9eed76",
"CompanyID": "a9f9989b-e32b-446d-9f2e-e50b16dbcc9c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-16T04:54:05.3030897-04:00",
"CreatedByUserID": "a07f0688-1696-4db8-8469-1cfa9a67c033",
"Deleted": true
}