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": "1600c484-9b80-450b-b755-02b709973162",
"CompanyID": "67798d0f-78d9-4a69-974e-9966f078b843",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-01T20:35:23.8296955-04:00",
"CreatedByUserID": "3f205730-cb86-4b3d-8e04-5e4ca3efd318",
"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": "4d255025-4d7d-41a8-8ea2-94093f5cef29",
"CompanyID": "167813de-2eec-4475-9f59-40ae538a56e5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-01T20:35:23.8296955-04:00",
"CreatedByUserID": "d983c86e-1a16-4e69-804c-f27145191c20",
"Deleted": true
}