PUT api/ClientContactLensProductMappings/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ClientContactLensProductMappingDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ClientId | integer |
None. |
|
| ContactLensProductId | integer |
None. |
|
| ClientProductName | string |
String length: inclusive between 0 and 100 |
|
| ClientIdentity | string |
String length: inclusive between 0 and 20 |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ClientId": 2,
"ContactLensProductId": 3,
"ClientProductName": "sample string 4",
"ClientIdentity": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ClientContactLensProductMappingDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ClientId | integer |
None. |
|
| ContactLensProductId | integer |
None. |
|
| ClientProductName | string |
String length: inclusive between 0 and 100 |
|
| ClientIdentity | string |
String length: inclusive between 0 and 20 |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"ClientId": 2,
"ContactLensProductId": 3,
"ClientProductName": "sample string 4",
"ClientIdentity": "sample string 5"
}