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": "457d6006-8758-4861-bb96-64e9078cf936",
"CompanyID": "3229d629-5bd0-4cb2-aa0a-bb84642edb03",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-07T14:42:11.1869929-04:00",
"CreatedByUserID": "a0731b78-38da-44c6-b291-ec77fb830d0d",
"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": "274bec7b-1bca-4a0a-822b-823f4d930a7b",
"CompanyID": "38c6bde9-eead-4a65-8223-af6aebe6975c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-07T14:42:11.1869929-04:00",
"CreatedByUserID": "f6008ef8-0300-4a7a-b9b9-9dab6258c118",
"Deleted": true
}