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": "e44b7d4b-4930-4f56-9e18-0ad7b7130a32",
"CompanyID": "337d2946-6abf-4866-ba16-ef1a0615f4c4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-19T14:13:09.5128571-04:00",
"CreatedByUserID": "466064ae-6eb2-4685-93f6-ab7edda8e4b6",
"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": "098d9432-05fb-45b6-abf7-20fc605a5b45",
"CompanyID": "3a8f4930-5080-45a0-88bb-c81b1125adf2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-19T14:13:09.5139308-04:00",
"CreatedByUserID": "a4020a6c-804b-4964-aa7b-ffc067ffefdc",
"Deleted": true
}