GET api/CustomerItems?customerId={customerId}

Retorna uma lista de serviços por empresa.

URI Parameters

NameDescriptionTypeAdditional information
customerId

globally unique identifier

Required

Body Parameters

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ItemId": "c305152e-581a-4a00-98cc-181712a2cdba",
    "ItemName": "sample string 2",
    "Billing": 1,
    "BillingStr": "Por Unidade",
    "Amount": 3.0,
    "EmployeeLimit": 1,
    "AmountExceeded": 4.0,
    "Id": "1d62c92b-774e-4114-8216-c717efa3f9af"
  },
  {
    "ItemId": "c305152e-581a-4a00-98cc-181712a2cdba",
    "ItemName": "sample string 2",
    "Billing": 1,
    "BillingStr": "Por Unidade",
    "Amount": 3.0,
    "EmployeeLimit": 1,
    "AmountExceeded": 4.0,
    "Id": "1d62c92b-774e-4114-8216-c717efa3f9af"
  }
]