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": "90e12339-9cdd-405a-b649-9790e7ee6b2b",
"CompanyID": "16b4c1e2-fe13-4644-a2f6-680df7f23d39",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-20T09:38:19.0102624-04:00",
"CreatedByUserID": "6ea32dc2-2c72-42a5-98de-959801c88c2c",
"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": "d62aaca4-4c90-4d56-a661-d270e3d9a2df",
"CompanyID": "34724778-16f9-4bae-8bd8-c90cbbc05eb0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-20T09:38:19.0102624-04:00",
"CreatedByUserID": "62e25e46-8b80-46db-8c4b-3061f898e70f",
"Deleted": true
}