POST api/ClientContactLensProducts/ClientContactLensProducts
Request Information
URI Parameters
None.
Body Parameters
ClientContactLensProductsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
None. |
|
| ProductId | integer |
None. |
|
| Enabled | boolean |
None. |
|
| PatientEnabled | boolean |
None. |
|
| WebEnabled | boolean |
None. |
|
| InventoryEnabled | boolean |
None. |
|
| SubscriptionEnabled | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientId": 1,
"ProductId": 2,
"Enabled": true,
"PatientEnabled": true,
"WebEnabled": true,
"InventoryEnabled": true,
"SubscriptionEnabled": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Result | Object |
None. |
|
| StatusCode | integer |
None. |
|
| StatusGroup | string |
None. |
|
| Details | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.