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": "f6e63d3c-31d1-4bbb-99b8-fddde5241db5", "CompanyID": "acec258b-744d-4c27-8cdf-dc85d4606490", "CommunityName": "sample string 2", "CreatedDateTime": "2024-11-21T03:45:16.2895873-05:00", "CreatedByUserID": "c021b5c9-a0cc-4cc0-a1b9-21123167d8ff", "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": "8e79befc-a551-4c5f-b42a-a570b3367a75", "CompanyID": "220f9cac-c393-4844-9cb7-82b96454bd35", "CommunityName": "sample string 2", "CreatedDateTime": "2024-11-21T03:45:16.2895873-05:00", "CreatedByUserID": "212ec575-e478-4dda-97d2-fdaa8b182f0f", "Deleted": true }