GET api/Label/TransportLabelProfiles/{OwnerId}/{SystemUserId}

Get transport label profiles

Request Information

URI Parameters

NameDescriptionTypeAdditional information
OwnerId

Company id

globally unique identifier

Required

SystemUserId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

list of transportlabel profiles

Collection of LabelProfile
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "3315f052-b848-4363-bf89-483ecb80742d",
    "Name": "sample string 2"
  },
  {
    "Id": "3315f052-b848-4363-bf89-483ecb80742d",
    "Name": "sample string 2"
  }
]