GET api/AD/GetProfileDLPicture?profileid={profileid}&PictureTypeId={PictureTypeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| profileid | integer |
Required |
|
| PictureTypeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ProfileDLPictureView| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProfileId | integer |
None. |
|
| DriverLicenseNum | string |
None. |
|
| DriverState | string |
None. |
|
| ProfileDLPictureList | Collection of ProfileDLPictureListView |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"ProfileId": 1,
"DriverLicenseNum": "sample string 2",
"DriverState": "sample string 3",
"ProfileDLPictureList": [
{
"Id": 1,
"ProfileId": 1,
"OrderId": 1,
"IsDeleted": true,
"DnrImagePath": "sample string 2",
"DnrFileName": "sample string 3",
"PictureTypeId": 1,
"CreatedDate": "2026-09-08T21:12:03.382286+00:00"
},
{
"Id": 1,
"ProfileId": 1,
"OrderId": 1,
"IsDeleted": true,
"DnrImagePath": "sample string 2",
"DnrFileName": "sample string 3",
"PictureTypeId": 1,
"CreatedDate": "2026-09-08T21:12:03.382286+00:00"
}
]
}