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": "41099f0e-b3be-419a-8d65-89bed5f0d74c",
"CompanyID": "9a00ab82-f006-4ca5-b927-8d90e2ce1506",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-19T05:16:06.9509506-04:00",
"CreatedByUserID": "7ab059f2-3bc1-4c4c-9255-6f2de9b1ffda",
"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": "dcd4b73f-6af5-4f99-8131-1c7711faefbe",
"CompanyID": "6314895d-cdda-4b3c-a0d9-bfa7f6ca4f7c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-19T05:16:06.966557-04:00",
"CreatedByUserID": "6e3a1d94-5c39-42eb-8161-53355ec349bf",
"Deleted": true
}