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": "de8715cb-fc6d-4bb8-8458-4ff7fa94bd34",
"CompanyID": "890ea85b-1103-42be-8faf-df486a4d2519",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-21T07:35:53.8151245-04:00",
"CreatedByUserID": "21fdd1ed-d9f7-41d4-8810-3c0eddfecd7a",
"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": "283cd000-b9e5-439a-a968-786ed78b156d",
"CompanyID": "9a0953e4-408c-42bb-a1bc-197607a6bc3d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-21T07:35:53.8307563-04:00",
"CreatedByUserID": "37a0285c-e823-47a0-829c-b7c9e4070ead",
"Deleted": true
}