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": "f028881d-2ef0-435a-9679-fe91a46b2fad",
"CompanyID": "d9e7b157-1f4d-4009-9b10-0f3638eac6bb",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-28T20:21:36.709641-05:00",
"CreatedByUserID": "ee0165cb-b7b0-4a85-ba30-4c35903d4e7b",
"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": "e4b01f62-9a87-4ec6-9a21-b6e050a2ffbf",
"CompanyID": "385aafca-245e-4419-8f59-ec81c1036d66",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-28T20:21:36.709641-05:00",
"CreatedByUserID": "bb27a85a-4acd-4da9-b71f-df7e179e1c2b",
"Deleted": true
}