PUT api/Orders/{orderId}/EditVerificationOrderLine
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderId | integer |
Required |
Body Parameters
EditVerificationOrderLineDto| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderLineId | integer |
Required |
|
| BaseCurve | decimal number |
Required |
|
| Diameter | decimal number |
Required |
|
| Sphere | decimal number |
Required |
|
| Cylinder | decimal number |
None. |
|
| Axis | integer |
None. |
|
| AddPower | decimal number |
None. |
|
| Color | string |
None. |
|
| Multifocal | string |
None. |
|
| AddPowerName | string |
None. |
|
| UPC | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderLineId": 1,
"BaseCurve": 2.0,
"Diameter": 3.0,
"Sphere": 4.0,
"Cylinder": 1.0,
"Axis": 1,
"AddPower": 1.0,
"Color": "sample string 5",
"Multifocal": "sample string 6",
"AddPowerName": "sample string 7",
"UPC": "sample string 8"
}
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.