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": "6a867dc0-c4b2-4201-b1f8-629ff7e1d195",
"CompanyID": "93c9c0ec-ef7b-460f-9e0c-9e67e798cd5a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-29T11:33:12.6818591-04:00",
"CreatedByUserID": "898bee89-4938-411d-aab0-0fbaebd6aeb3",
"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": "ab9eeb60-0776-4736-8595-e21adad15287",
"CompanyID": "91e3d130-4d30-4f43-94f2-fa1a5704ff6a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-29T11:33:12.8224825-04:00",
"CreatedByUserID": "b0d203a3-31b0-4dca-ba2e-02fc15cc75e2",
"Deleted": true
}