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": "6c0a0216-9a25-4d93-b86e-09abefa18994",
"CompanyID": "75ebad53-5ee9-4efd-9c3c-82e9592681f7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-10T04:22:21.4467677-05:00",
"CreatedByUserID": "5b75e6ef-77cd-43ef-977e-1b935b0010a4",
"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": "9c06cbb3-40d4-46da-9a7a-2d5cbdcc2d91",
"CompanyID": "c93a4ad7-05ac-4fda-8116-baa97886ca94",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-10T04:22:21.4623563-05:00",
"CreatedByUserID": "2433f53a-b147-4d3d-b248-61087f9b5212",
"Deleted": true
}