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": "ee340a54-93d7-45f7-84d5-7ced1f76c174",
"CompanyID": "4087fff6-5dc2-4a1f-98f4-41c255f10c81",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-16T10:55:05.867692-04:00",
"CreatedByUserID": "4713859d-ff7d-4eb0-8e3f-d6c32b7e6f82",
"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": "0a0f8fd3-9835-4038-9502-32ff2653f236",
"CompanyID": "1a311ae2-42a7-42ef-83d8-609e15fd0d09",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-16T10:55:06.0239319-04:00",
"CreatedByUserID": "94441e20-c790-4ecf-8b3a-8bda0a366d4c",
"Deleted": true
}