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": "8816f645-ce57-47e6-9f53-862c5047f38f",
"CompanyID": "bc818897-6e72-4b15-aee5-7b2cfc0c604f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-03T14:27:35.6884202-04:00",
"CreatedByUserID": "211adc90-32eb-4aa5-a473-616bcdbd0a3a",
"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": "32545dae-fd22-4907-8200-ba0f4c8983d5",
"CompanyID": "e9915e08-66fc-4ce8-96e6-378805b48e0c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-03T14:27:35.6884202-04:00",
"CreatedByUserID": "8ce18a1a-1cad-4ce1-916e-41455333eb0a",
"Deleted": true
}