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": "616502ac-bee3-4f5d-ab8b-80a0c513ab0c",
"CompanyID": "cc1605b4-c942-49d8-959d-650a19a82f65",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-01T15:40:57.0269141-04:00",
"CreatedByUserID": "0d68117e-a471-40c0-aeee-7a711b9a79fc",
"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": "ff9faab6-9843-4ac6-bb0a-1ecb682e3495",
"CompanyID": "bc88f53d-c6bb-4cf2-b467-fc425850be90",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-01T15:40:57.0425188-04:00",
"CreatedByUserID": "06e8657e-13f5-47c9-af53-305268315fb5",
"Deleted": true
}