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": "fd7dc037-1d80-43ee-9aeb-31fb67f91263",
"CompanyID": "a1ace531-83aa-4eaa-85ac-ef0a1a976a62",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-02T21:35:28.0923335-04:00",
"CreatedByUserID": "3743d833-df1a-43d5-8d3b-799088c1db6a",
"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": "6cfc2503-9bb7-4829-89e8-3db1cca70241",
"CompanyID": "f5e98e03-8266-4858-96ec-775f33ac1b7b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-02T21:35:28.0923335-04:00",
"CreatedByUserID": "9bf32654-81b5-4bac-8fe5-4f2bef04b032",
"Deleted": true
}