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": "1a5c5637-1dd5-41e3-a552-9218511b24cf",
"CompanyID": "d4bafcf1-5a68-422e-a07b-07368ecb4b2c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-22T22:48:17.5717425-04:00",
"CreatedByUserID": "c35ea170-9012-4905-8776-38208f5ad332",
"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": "6a72737d-e59d-4bd3-8a55-1593300ec805",
"CompanyID": "31c58aee-24bd-4081-a1f6-e37f900b271f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-22T22:48:17.5717425-04:00",
"CreatedByUserID": "285e3ddb-f0d1-41c2-805b-efad117235bc",
"Deleted": true
}