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": "3235c246-7ee9-451d-a46d-9e96a5dad1c3",
"CompanyID": "e3a175fe-c367-4f1d-88fb-d9ed595a0519",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-28T12:42:00.6415731-04:00",
"CreatedByUserID": "240ec7b5-3e14-4bfd-a51b-3e8290bf5c3c",
"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": "92ae3d76-2602-48e6-b605-6fa9e54bfdfe",
"CompanyID": "54d17422-4c96-46f2-8019-a65350eeec42",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-28T12:42:00.7509453-04:00",
"CreatedByUserID": "a38ea213-6145-4639-aa5b-084261e4877e",
"Deleted": true
}