GET api/Label/TransportLabelProfiles/{OwnerId}/{SystemUserId}
Get transport label profiles
Request Information
URI Parameters
| Name | Description | Type | Additional 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| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "2c01746e-df30-46af-a94b-d015ec17a66e",
"Name": "sample string 2"
},
{
"Id": "2c01746e-df30-46af-a94b-d015ec17a66e",
"Name": "sample string 2"
}
]