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": "882cfab3-213c-49fa-9af1-c81ad5936b99",
"CompanyID": "77da260e-c757-4bac-b936-e22ac18b0c7a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-12T00:34:36.03091-04:00",
"CreatedByUserID": "857b00c7-aa24-4117-8409-c28a2722bf94",
"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": "7ff928b4-1ac9-4cda-b5cb-bfc8f06f9eeb",
"CompanyID": "8cf5b0bb-99f6-4d2c-8af9-326917f7d020",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-12T00:34:36.03091-04:00",
"CreatedByUserID": "c0c03dc7-9ce5-48f8-b132-0453961f8b95",
"Deleted": true
}