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": "78591e57-6d2b-4551-a080-26ac479afd26",
"CompanyID": "03b757ce-b185-43d1-a227-aa9f6d28dd9a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-19T07:13:57.5331628-04:00",
"CreatedByUserID": "f651fcbd-74c7-423e-9b39-d5f90859f80d",
"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": "acd787c0-c497-46f2-8e18-e2d5bc520452",
"CompanyID": "6560a901-c917-4ecb-8a60-03a8b387d2f1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-19T07:13:57.5331628-04:00",
"CreatedByUserID": "d477b98e-a8f4-4767-b902-c529dbcf315f",
"Deleted": true
}