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": "07286caf-691e-452d-a00c-76682ea91eb2",
"CompanyID": "448b9917-cc65-4771-8ae7-90d2cdd1fc9d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-20T18:26:59.7409216-04:00",
"CreatedByUserID": "9b874bc6-76ba-4969-8851-3cd6950e5992",
"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": "a939efdc-8693-43d5-b71f-e1e3f9d66863",
"CompanyID": "3b7126cd-33de-40f7-8606-5346c695ad3f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-20T18:26:59.7409216-04:00",
"CreatedByUserID": "243beb6e-e9b5-42e2-8231-e78c0dba1522",
"Deleted": true
}