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": "a120a55f-7e49-4504-9a25-ce64a393b5f0",
"CompanyID": "365c8290-ab40-4493-8953-b1f2d11f3882",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-29T01:30:15.1602295-04:00",
"CreatedByUserID": "b81ffb7d-181f-49bb-9106-31b47ee48169",
"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": "764b2179-ffb1-41af-8336-e8baf5a7d0fe",
"CompanyID": "2eb574ae-6f40-4632-877f-e0bf527ca449",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-29T01:30:15.1757971-04:00",
"CreatedByUserID": "ebdacfb8-18de-4611-8ed2-953628933d62",
"Deleted": true
}