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": "d6dd900b-eaed-4441-baa8-6fce89cec6ed",
"CompanyID": "372d1f5a-1286-48e5-b49a-0adcb69f609a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-11T01:42:52.0591016-04:00",
"CreatedByUserID": "ce267058-3683-4a52-a931-04a6bf1cab48",
"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": "a70f9411-dc5b-4e79-a195-52bb5da1c60c",
"CompanyID": "33462622-5bff-4779-a8ce-b6602db7cdf5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-11T01:42:52.0591016-04:00",
"CreatedByUserID": "2aa71519-a284-4d65-9e31-9a7b007d8537",
"Deleted": true
}