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": "6a0e7a52-f6c0-44be-bae0-e062ecd8a86c",
"CompanyID": "9bd5c8f7-5169-4ffc-ace0-06f1ef3f8904",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-22T22:39:47.9277696-04:00",
"CreatedByUserID": "dda4c5f1-5776-4611-9507-c88998750549",
"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": "c10eff9d-c841-4db4-9d9e-00c8b446993d",
"CompanyID": "8b393263-6779-4a44-b3ea-5a30fbb5a8a6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-22T22:39:47.9277696-04:00",
"CreatedByUserID": "19881df1-0962-4167-97c0-c180dad45b46",
"Deleted": true
}