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": "fc583563-4e26-43de-bc54-e535f5496aef",
"Name": "sample string 2"
},
{
"Id": "fc583563-4e26-43de-bc54-e535f5496aef",
"Name": "sample string 2"
}
]