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": "decbeecf-699a-49be-b8bb-60a56c3b99d3",
"CompanyID": "31951725-4b0f-4e71-a954-2e8bdacb5ee7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-18T05:33:58.4665387-04:00",
"CreatedByUserID": "ac6dd4a7-8445-40e4-8226-5d94c5561974",
"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": "6ff97d77-516e-49dd-bab7-1650b3858ae6",
"CompanyID": "2704b464-e543-46a0-8d74-e2f4989b46ee",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-18T05:33:58.4665387-04:00",
"CreatedByUserID": "97b9579d-afaa-45f9-9762-555284f4ec97",
"Deleted": true
}