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": "d07a05ef-ee8a-4613-975c-f163b9cb01e4",
"CompanyID": "720e6fe4-d094-4117-b5ec-b9638d47a22d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-28T01:21:38.807172-04:00",
"CreatedByUserID": "f31fe427-d547-4977-9af8-05be569a718f",
"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": "1ba374ad-5f61-49f8-acd8-33596e773c17",
"CompanyID": "2ff0bc29-8108-49d3-99e9-e40f52c56519",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-28T01:21:38.8227955-04:00",
"CreatedByUserID": "91a936ce-5749-4e93-929e-cb6f58caeb1a",
"Deleted": true
}