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": "f561f2e4-1ed7-4c00-830b-700008398ceb",
"CompanyID": "b4df31d8-b53b-4b43-a1bd-cf44f6479259",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-26T20:34:59.6507111-04:00",
"CreatedByUserID": "dd7a0b6f-1cea-4dc2-9fd9-97aa18026738",
"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": "79b932c4-cefe-4df4-b9b7-56d7959cb9c4",
"CompanyID": "50db57d0-459a-4e9c-8a8f-156bac585796",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-26T20:34:59.7913352-04:00",
"CreatedByUserID": "87c91156-4ae0-4b43-97b4-28968af145d9",
"Deleted": true
}