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": "52743ccf-e3c7-482c-a12f-f7fc53f2d529",
"CompanyID": "f602689e-c712-4de9-aebc-555927f6fccd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-07T15:02:10.8000799-04:00",
"CreatedByUserID": "794012d0-54bc-4c28-907f-1eef4346d89c",
"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": "ac001437-bbbc-446b-bb73-700df285601b",
"CompanyID": "685d8a13-e147-4f48-a070-745ad05f5ac2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-07T15:02:10.8000799-04:00",
"CreatedByUserID": "9d9077a7-ae3e-4cb7-a094-9d5f2a700804",
"Deleted": true
}