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": "9317e9d0-09dd-4c0f-862c-eb29c54e175f",
"CompanyID": "57c586f8-ca5c-4441-8ed7-f16dcc8a89bf",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-21T01:00:00.5406757-04:00",
"CreatedByUserID": "e6ebb2d6-5c5a-4aa5-a8a1-dc32a330e085",
"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": "fa842b71-3e61-4c3d-9e98-1c132e9492ad",
"CompanyID": "d4a0dd28-b1c6-460c-b873-1bad9c02c745",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-21T01:00:00.5562987-04:00",
"CreatedByUserID": "a77412b3-643c-4d4d-997c-6ca9e49ece82",
"Deleted": true
}