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": "8c00fb59-77ec-47d8-a91e-c5c67bb00860",
"CompanyID": "6c293e89-5963-406c-9c70-b61e6d47a54b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-30T11:29:58.1348351-04:00",
"CreatedByUserID": "4e8010a8-cb85-4a39-a4a3-8aebbbbf810b",
"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": "363bbbc7-13a9-47b2-920c-b5c0949a7b7e",
"CompanyID": "893d6c41-2b57-4f67-b9d5-9c20d58bd6a9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-30T11:29:58.1504575-04:00",
"CreatedByUserID": "547637d7-affd-4903-a6ed-0c726985608e",
"Deleted": true
}