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": "92f44c21-528d-488d-9eb9-04698e47c477",
    "ItemName": "sample string 2",
    "Billing": 1,
    "BillingStr": "Por Unidade",
    "Amount": 3.0,
    "EmployeeLimit": 1,
    "AmountExceeded": 4.0,
    "Id": "e6df744d-02a9-4ca7-8f56-ae0f80f4caa9"
  },
  {
    "ItemId": "92f44c21-528d-488d-9eb9-04698e47c477",
    "ItemName": "sample string 2",
    "Billing": 1,
    "BillingStr": "Por Unidade",
    "Amount": 3.0,
    "EmployeeLimit": 1,
    "AmountExceeded": 4.0,
    "Id": "e6df744d-02a9-4ca7-8f56-ae0f80f4caa9"
  }
]