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": "3de7ee82-ed7b-4736-b752-ae44c4297fd8",
"CompanyID": "c2a9ace0-7643-44d7-aff9-5dc8055dba74",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-15T10:32:22.8317599-04:00",
"CreatedByUserID": "9a85950e-d003-4d9d-ae37-74e6b597bec5",
"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": "8bd7e097-58ed-412d-aa2b-df59fb23e4ef",
"CompanyID": "37c9e1d1-bfba-48c3-8d90-7c34cd8b3055",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-15T10:32:22.8473884-04:00",
"CreatedByUserID": "bf3239ee-5b1c-47c3-a2fc-0491032391c1",
"Deleted": true
}