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": "e765e16d-9d95-41dc-abb9-a581e0756cb8",
"CompanyID": "5d3ca55d-9ac6-4bc6-844e-b8cebaf858d1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-19T00:48:45.4389257-04:00",
"CreatedByUserID": "8cd7729d-c1d7-4cc7-91bf-45b988e72cd2",
"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": "edf6db46-c391-4a6e-9c85-f88dd747166f",
"CompanyID": "e425e4e5-d462-43b1-93e3-54183051d121",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-19T00:48:45.4389257-04:00",
"CreatedByUserID": "afc799be-dc96-4212-a4a0-eca42479cf59",
"Deleted": true
}