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": "efb39a02-69f1-40a3-a05c-c81219960771",
"CompanyID": "0189c27d-75d7-4999-856d-cfc3314ed48e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-16T11:39:13.0159524-04:00",
"CreatedByUserID": "5c525166-e4c8-44e7-91ff-3a63b5ad1f03",
"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": "ce481aa1-0b63-4aba-87ca-a900be273270",
"CompanyID": "bd74a094-b056-4ef0-97c7-989c874b2e5e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-16T11:39:13.0159524-04:00",
"CreatedByUserID": "f6dafd48-7c2d-4697-bbbd-ae1217968679",
"Deleted": true
}