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": "2189d377-f065-4279-8812-39aac4a6cf63",
"CompanyID": "d2bcff69-7688-47ce-b9a4-8c2b121f9f8c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-02T21:56:25.4955021-04:00",
"CreatedByUserID": "e8372cf4-3f91-4945-be95-c719531b4f01",
"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": "689f9ac1-6192-4ef1-9446-1689a576e242",
"CompanyID": "115db636-15b5-4ab9-b0c7-3a84e13bdf26",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-02T21:56:25.4955021-04:00",
"CreatedByUserID": "3fc5d9b8-20bc-49f4-a6e3-dbf05fa70b2e",
"Deleted": true
}