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": "2c3e7d6a-5a28-4f90-9071-a60f8dd14f11",
"CompanyID": "94ac8a2b-dc94-48e4-a4d5-67abed4b2c7a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-03T05:18:03.7460753-04:00",
"CreatedByUserID": "7b37be4e-a4a7-45d1-824b-960ac9291bfe",
"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": "a545da50-1304-4b1e-bb56-1fc805d03def",
"CompanyID": "7a709c64-b666-4624-ae14-4f50e3311df2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-03T05:18:03.7460753-04:00",
"CreatedByUserID": "a9b0443f-e0bc-42a0-b4db-561996bf81c0",
"Deleted": true
}