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": "3bad20bf-c9a1-4a40-9dc4-5c4e85e827cf",
"CompanyID": "1fce23e0-55c8-4b9e-a704-9f3960e69ad9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-05T03:54:25.777236-04:00",
"CreatedByUserID": "cc7fb4e4-a1b4-49f3-aa90-dad8b3c36abd",
"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": "c5356efd-5fe7-4883-b192-8ef9e64ac689",
"CompanyID": "f967e915-77fa-43d6-9539-c5c861679411",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-05T03:54:25.777236-04:00",
"CreatedByUserID": "758da157-a826-4ab6-846e-a1e095ae4ed8",
"Deleted": true
}