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": "92b4c269-afc9-42fe-835c-aac6d790d497",
"CompanyID": "6adeaafb-bf7d-4265-b1c6-6a06910eeca9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-19T22:54:42.0083171-04:00",
"CreatedByUserID": "0174e9bb-a0da-4610-9e1c-a0d98e55387a",
"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": "0ea4a58b-4066-4a78-8648-feb825edfb34",
"CompanyID": "7737af19-1215-4f0e-9ba1-93c5f990c873",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-19T22:54:42.0239518-04:00",
"CreatedByUserID": "f0520b98-9092-42e5-afc0-55f4bf1038e7",
"Deleted": true
}