Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

/get/manufacturer/read

This method accepts a starting manufacturer and an ending manufacturer, and returns a list of the lens manufacturer that are active in Rx-Universe.

Example request.

http://localhost:4567/api/manufacturer/read?first-key=HOYA&last-key=HOYA

Returns

Code Block
{
      "code": "HOYA",
      "name": "HOYA LENS, INC.",
      "address1": "990 KNOX ST.",
      "address2": "TORRANCE,CA",
      "address3": "",
      "address4": "",
      "postalZipCode": "90502",
      "email": "",
      "phoneNum": "800-367-4692",
      "faxNum": "310-538-9310",
      "contact": "",
      "manufCustomerNum": "",
      "depot": "",
      "shipViaRegularOrders": "",
      "shipViaSpecialOrders": "",
      "requiresPurchaseOrder": "Y",
      "allowsBackOrders": "Y",
      "rushRegularOrders": "Y",
      "rushSpecialOrders": "",
      "reorderOption": "none",
      "defaultLeadTime": "00",
      "minimumSupplyDays": "00",
      "maximumSupplyDays": "00",
      "allowReceiveAllPurchaseOrder": "Y",
      "purchaseOrderTransferMethod": "none",
      "purchaseOrderTransferCode": "HOYA",
      "purchaseOrderFtpUser": "",
      "purchaseOrderFtpPassword": "",
      "purchaseOrderFtpAddress": "",
      "pixelFtpUser": "",
      "pixelReportCode": "",
      "pixelFtpPassword": "",
      "pixelFtpAddress": ""
    },