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": "c4f820ee-f098-458e-a306-06d62b56a112",
"CompanyID": "9766e8b1-8909-42f5-ba56-bfeeea6891b0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-12T15:14:06.4671052-04:00",
"CreatedByUserID": "e1df09b6-97ca-415b-9d20-1f39b593b6eb",
"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": "497655dd-e8fd-4cf8-aa17-30ae1c9ef0b6",
"CompanyID": "60ff987c-6670-4c35-984c-e2c8122f8ad1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-12T15:14:06.4671052-04:00",
"CreatedByUserID": "62b7a52c-cb2c-41b7-81e4-28b0c09104d7",
"Deleted": true
}