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": "5384ca38-9a35-4710-a1a9-6ed93a37326e",
"CompanyID": "16c4a14b-1809-47af-bdab-40e2e080c29e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-26T11:48:05.4390309-04:00",
"CreatedByUserID": "8f3afed3-e54e-4949-874b-b9e718cb5bd9",
"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": "8fbf5b0a-11e9-45db-b8c8-fa92e13defa3",
"CompanyID": "e9984c7a-5a44-4521-99cc-1f00b74a049e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-26T11:48:05.4390309-04:00",
"CreatedByUserID": "f4c5de5c-d729-46eb-9ca8-a792cf5692a6",
"Deleted": true
}