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": "20fef176-8d90-466c-96d1-386c8834b63d",
"CompanyID": "66454b5b-bedb-436f-88c5-3b69db423bad",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-12-01T04:07:43.8277084-05:00",
"CreatedByUserID": "e7961106-3e1e-4422-bfe4-3c6e80ca50bd",
"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": "4927439c-bdb6-40dd-bc77-fdc127c5b5a5",
"CompanyID": "55087b9e-6935-437b-b8df-e00a085d1721",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-12-01T04:07:43.8277084-05:00",
"CreatedByUserID": "f2e33ee0-7304-4e39-bd04-b200812b0f13",
"Deleted": true
}