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": "ae67259d-8a85-4bfd-b35d-554ab9892105",
"CompanyID": "d38d0457-c518-4f5b-abc8-631183b01ee3",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-20T20:53:50.544671-04:00",
"CreatedByUserID": "f0676ca2-c8b4-4be3-a3e7-5eaaa1c9ba12",
"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": "01124c09-2e48-4b00-8314-507381db07b7",
"CompanyID": "9ae2d5d5-98a6-46f5-94f6-4e3aa780dd92",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-20T20:53:50.544671-04:00",
"CreatedByUserID": "b517e49f-63ad-4dda-839a-25464517a788",
"Deleted": true
}