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": "46c9f2c4-2bcc-4897-b05c-904831e7d530",
"CompanyID": "bee773e6-c18d-4021-8565-16171f688fec",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-03-03T02:31:27.6384106-05:00",
"CreatedByUserID": "4071d63e-d1bd-4246-8540-e1d0418c8551",
"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": "b929e0a7-c38f-44ee-b3e0-d1564918d1b1",
"CompanyID": "7dc99d5f-9c10-4800-8439-2a5b54c60eae",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-03-03T02:31:27.6384106-05:00",
"CreatedByUserID": "3850650b-a687-40e3-9c73-b5cf478260ab",
"Deleted": true
}