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": "cfcaf533-41d1-4782-9c3b-6ae09ada7c46",
"CompanyID": "db57608e-1737-4870-b471-b7a9c55bb8e1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-24T04:40:33.4838568-04:00",
"CreatedByUserID": "faad086f-e38e-4b86-ad37-d1fb79527292",
"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": "505d9aa8-9324-4cd1-b803-6d31c75d4f71",
"CompanyID": "5a93d8b2-3a08-4237-b4ab-264ed88c6827",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-24T04:40:33.4838568-04:00",
"CreatedByUserID": "862a2657-d85b-496a-907f-8eff1054f0ed",
"Deleted": true
}