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": "a5b3040b-e650-4c6c-be10-ecc7ee52540c",
"CompanyID": "bbd0060e-035a-40bc-b002-e7749eacef46",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-04T07:55:57.2711929-04:00",
"CreatedByUserID": "d892ab44-54c6-4be1-b535-bb38befb1372",
"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": "84b74f23-a992-471b-9632-ecb98c49ee52",
"CompanyID": "996e0ffd-ca76-401f-bd07-6f80d02e5003",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-04T07:55:57.2711929-04:00",
"CreatedByUserID": "41b40765-7285-4432-944f-abf9871274e0",
"Deleted": true
}