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": "a830334d-a1b3-4cea-a3f4-81678e5a1a6f",
"CompanyID": "9c0c991a-b86e-413c-873e-542780f93f50",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-03-18T18:34:22.9429449-04:00",
"CreatedByUserID": "f4a2b789-0d3c-42d1-b089-7ccd0eac928d",
"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": "09a6055f-f82b-4371-9786-e57a61aeefe0",
"CompanyID": "99ae5423-961e-4bb3-b986-fb4b480324b8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-03-18T18:34:22.9429449-04:00",
"CreatedByUserID": "b09a513c-8d56-437f-84ea-c96b82bd4f2e",
"Deleted": true
}