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": "3c0d7986-1edd-4445-afa7-e913d272fec7",
"CompanyID": "9b99086a-e083-45fd-b3c9-d5e03341cb02",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-25T23:17:57.032521-04:00",
"CreatedByUserID": "a7c8f1e3-fc10-41c6-8824-0cc99a58e3e6",
"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": "fabf93a3-ea35-4f5a-b986-9aad4fb828c5",
"CompanyID": "d1b30321-d089-4b64-8a5b-bcb071e44750",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-25T23:17:57.0481434-04:00",
"CreatedByUserID": "03143821-b765-4d5b-b2ee-0a2894e414ef",
"Deleted": true
}