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": "b7cb41c6-24fe-4253-9e75-60794bb0f90a",
"CompanyID": "799d0987-389c-490f-a0da-3dcc08932e33",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-23T22:06:12.392954-04:00",
"CreatedByUserID": "a26d8ab8-719f-489e-98f4-115a376c02a6",
"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": "acf087d4-c648-46fc-ab3c-0b3173570e99",
"CompanyID": "72e18bf2-eca1-4359-ac0b-45f156c64ae7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-23T22:06:12.392954-04:00",
"CreatedByUserID": "2a41130b-9c2b-4afc-8f1a-4e061803ca32",
"Deleted": true
}