PUT api/ClientContactLensProductPricings
Request Information
URI Parameters
None.
Body Parameters
ClientContactLensProductPricingsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
None. |
|
| ContactLensProductId | integer |
None. |
|
| Cost | decimal number |
None. |
|
| RetailPrice | decimal number |
None. |
|
| ReorderPrice | decimal number |
None. |
|
| StorePrice | decimal number |
None. |
|
| SubscriptionPrice | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientId": 1,
"ContactLensProductId": 2,
"Cost": 3.0,
"RetailPrice": 4.0,
"ReorderPrice": 5.0,
"StorePrice": 6.0,
"SubscriptionPrice": 7.0
}
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.