PATCH api/Clients/{id}/RevMarkMapped?productImportId={productImportId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productImportId

integer

Required

id

string

None.

Body Parameters

None.

Response Information

Resource Description

RevContactLensProduct
NameDescriptionTypeAdditional information
ProductImportId

integer

None.

BatchId

integer

None.

PmsProductId

integer

None.

PmsLocationProductId

integer

None.

Upc

string

String length: inclusive between 0 and 250

Sku

string

String length: inclusive between 0 and 250

PmsOfficeId

string

String length: inclusive between 0 and 32

Discontinued

boolean

None.

ProductName

string

String length: inclusive between 0 and 250

ManufacturerId

string

String length: inclusive between 0 and 32

ManufacturerName

string

String length: inclusive between 0 and 250

DateImported

date

None.

IsMapped

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ProductImportId": 1,
  "BatchId": 2,
  "PmsProductId": 3,
  "PmsLocationProductId": 4,
  "Upc": "sample string 5",
  "Sku": "sample string 6",
  "PmsOfficeId": "sample string 7",
  "Discontinued": true,
  "ProductName": "sample string 9",
  "ManufacturerId": "sample string 10",
  "ManufacturerName": "sample string 11",
  "DateImported": "2025-08-31T17:04:17.7888204-05:00",
  "IsMapped": true
}

application/xml, text/xml

Sample:
<RevContactLensProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OptiPort.Entities.Model">
  <_x003C_BatchId_x003E_k__BackingField>2</_x003C_BatchId_x003E_k__BackingField>
  <_x003C_DateImported_x003E_k__BackingField>2025-08-31T17:04:17.7888204-05:00</_x003C_DateImported_x003E_k__BackingField>
  <_x003C_Discontinued_x003E_k__BackingField>true</_x003C_Discontinued_x003E_k__BackingField>
  <_x003C_IsMapped_x003E_k__BackingField>true</_x003C_IsMapped_x003E_k__BackingField>
  <_x003C_ManufacturerId_x003E_k__BackingField>sample string 10</_x003C_ManufacturerId_x003E_k__BackingField>
  <_x003C_ManufacturerName_x003E_k__BackingField>sample string 11</_x003C_ManufacturerName_x003E_k__BackingField>
  <_x003C_PmsLocationProductId_x003E_k__BackingField>4</_x003C_PmsLocationProductId_x003E_k__BackingField>
  <_x003C_PmsOfficeId_x003E_k__BackingField>sample string 7</_x003C_PmsOfficeId_x003E_k__BackingField>
  <_x003C_PmsProductId_x003E_k__BackingField>3</_x003C_PmsProductId_x003E_k__BackingField>
  <_x003C_ProductImportId_x003E_k__BackingField>1</_x003C_ProductImportId_x003E_k__BackingField>
  <_x003C_ProductName_x003E_k__BackingField>sample string 9</_x003C_ProductName_x003E_k__BackingField>
  <_x003C_Sku_x003E_k__BackingField>sample string 6</_x003C_Sku_x003E_k__BackingField>
  <_x003C_Upc_x003E_k__BackingField>sample string 5</_x003C_Upc_x003E_k__BackingField>
</RevContactLensProduct>