PUT api/ClientContactLensProductPricings

Request Information

URI Parameters

None.

Body Parameters

ClientContactLensProductPricingsDto
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ClientContactLensProductPricingsDto'.

Response Information

Resource Description

ApiResponse
NameDescriptionTypeAdditional 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.