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": "08d73c63-b66e-4184-b871-dfc165815552",
"CompanyID": "fc38199e-64fd-4a9f-8d7d-77da32747faf",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-10T19:37:33.6052367-04:00",
"CreatedByUserID": "eef3315f-c3ca-41b5-866d-a1f0351adbec",
"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": "29b2a24f-1ce0-4d9d-a21d-c501bf8b17de",
"CompanyID": "9129d827-f546-4139-95f1-6a96d52c048c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-10T19:37:33.6052367-04:00",
"CreatedByUserID": "3de74290-0b16-4b96-b3ee-4cb99ad92e6a",
"Deleted": true
}