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": "54199c32-e89e-4f61-aa99-82f4bc57eb64",
"CompanyID": "a3e09b5f-22a3-4a85-886f-c47e171b2b39",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-25T00:39:15.4482482-04:00",
"CreatedByUserID": "41ded847-2c48-4b29-9221-6fc960d4e1ae",
"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": "52ab87de-76ab-4a29-baf4-bb8fb9fdb9ce",
"CompanyID": "69ffbc50-082c-4adf-9fd2-ea92944ca86b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-25T00:39:15.4482482-04:00",
"CreatedByUserID": "0bf78dc4-3a71-4f5f-b021-b4d8d34696ed",
"Deleted": true
}