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": "c2b2b699-fa1b-4ff7-8fb9-ff432c18f561",
"CompanyID": "d7a72ccd-3f59-415d-8a6a-b9b5ef4c3b78",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-15T12:00:52.9295769-04:00",
"CreatedByUserID": "649c92b6-f348-4e5d-af32-ed0f412e6e52",
"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": "961bea64-6ab5-4d9b-9fba-c63c62fd27e3",
"CompanyID": "71ca6735-50ab-4460-996c-de0d25214199",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-15T12:00:52.9295769-04:00",
"CreatedByUserID": "1bf38530-f3b8-4429-af30-467e71aac678",
"Deleted": true
}