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": "124cf53b-7131-4cf5-b759-81810e537d4d",
"CompanyID": "56847250-553b-4bad-90f7-3a9c362f9114",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-10T13:09:37.6911384-04:00",
"CreatedByUserID": "5572b01f-dac1-44b1-8cb6-6f05d867dd58",
"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": "ce510d6e-70c2-420f-b249-14e1802f0aae",
"CompanyID": "2c9403c8-bb44-4d10-8094-4e784ac186e6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-10T13:09:37.6911384-04:00",
"CreatedByUserID": "bf54cb50-61f9-4a6f-81b5-1bcd1a491ee1",
"Deleted": true
}