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": "94b77223-10e2-4621-b65d-ab4e91c22201",
"CompanyID": "37628a5b-2105-40f2-99be-92aa8ac5a97c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-01T22:48:14.7950158-04:00",
"CreatedByUserID": "a9a514ba-e5dd-4bf0-8eb0-4a6518889e7e",
"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": "4f051e95-abd4-4b97-af46-28cffa20bc77",
"CompanyID": "2657f357-1aad-4c5a-9024-18384c4875ec",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-01T22:48:14.9356352-04:00",
"CreatedByUserID": "e4aeffd0-ae53-4c2f-8b7b-940700bb7a08",
"Deleted": true
}