GET
/
myCustomersCustomerSettings
myCustomersCustomerSettings
curl --request GET \
  --url https://app.ezzydoc.com/EzzyService.svc/Rest/myCustomersCustomerSettings
{
  "service_status": {
    "invoice_id": 123,
    "message": "<string>",
    "status": 0
  },
  "settings": {
    "check_stock": true,
    "company": "<string>",
    "company_email": "<string>",
    "contact_name": "<string>",
    "contact_phone": "<string>",
    "delivery_address": "<string>",
    "email": "<string>",
    "logo_url": "<string>",
    "lookup_price": 123,
    "minimum_order_line": 123,
    "minimum_order_total": 123,
    "modify_parts": 123,
    "my_company": "<string>",
    "name": "<string>",
    "old_password": "<string>",
    "part_list": "<string>",
    "part_url": "<string>",
    "password": "<string>",
    "theme": 123
  }
}

Query Parameters

APIKey
string
required
customerName
string
required

Response

Success

service_status
object
settings
object