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": "cb0d1a3b-2b57-445d-9648-4dfb2391bc4e",
"CompanyID": "3bf5181d-d3d7-4b64-a1b6-8d9af7f9e593",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-01T05:34:35.1403333-04:00",
"CreatedByUserID": "25009dac-6da0-4bf2-9b21-4e8d9d93c084",
"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": "b205329f-e3e4-417f-bab6-1b4522dd329b",
"CompanyID": "dab45da9-b00a-4705-ab94-62caad6cf7a8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-01T05:34:35.1403333-04:00",
"CreatedByUserID": "c58d9f35-6dec-4f8e-8c52-19c35eb2e459",
"Deleted": true
}