GET api/FrontierWeb/Quality/GetTabletPhotos/{transactionIdNo}/{transactionType}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
transactionIdNo | integer |
Required |
|
transactionType | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TabletPhotoName | Description | Type | Additional information |
---|---|---|---|
IdNo | integer |
None. |
|
Id | string |
None. |
|
TransactionType | QualityTransactionType |
None. |
|
TransactionIdNo | integer |
None. |
|
FileMediaLink | string |
None. |
|
PhotoType | PhotoType |
None. |
|
PhotoStatus | PhotoStatus |
None. |
|
TotalComments | integer |
None. |
|
PhotoStatusDisplayName | string |
None. |
|
PhotoTypeDisplayName | string |
None. |
|
OcrValidateText | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "IdNo": 1, "Id": "sample string 2", "TransactionType": 0, "TransactionIdNo": 3, "FileMediaLink": "sample string 4", "PhotoType": 0, "PhotoStatus": 1, "TotalComments": 5, "PhotoStatusDisplayName": "Pending", "PhotoTypeDisplayName": "None", "OcrValidateText": "sample string 6" }, { "IdNo": 1, "Id": "sample string 2", "TransactionType": 0, "TransactionIdNo": 3, "FileMediaLink": "sample string 4", "PhotoType": 0, "PhotoStatus": 1, "TotalComments": 5, "PhotoStatusDisplayName": "Pending", "PhotoTypeDisplayName": "None", "OcrValidateText": "sample string 6" } ]
text/html
Sample:
[{"IdNo":1,"Id":"sample string 2","TransactionType":0,"TransactionIdNo":3,"FileMediaLink":"sample string 4","PhotoType":0,"PhotoStatus":1,"TotalComments":5,"PhotoStatusDisplayName":"Pending","PhotoTypeDisplayName":"None","OcrValidateText":"sample string 6"},{"IdNo":1,"Id":"sample string 2","TransactionType":0,"TransactionIdNo":3,"FileMediaLink":"sample string 4","PhotoType":0,"PhotoStatus":1,"TotalComments":5,"PhotoStatusDisplayName":"Pending","PhotoTypeDisplayName":"None","OcrValidateText":"sample string 6"}]