POST Scanning/ScanManual

Request Information

URI Parameters

None.

Body Parameters

RequestScanManual

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderID": 1,
  "LineIDs": [
    1,
    2
  ]
}

application/xml, text/xml

Sample:
<RequestScanManual xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YourTicketAPI" />

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseScanManual
NameDescriptionTypeAdditional information
ScannedDate

date

None.

ScanType

integer

None.

SubTitle

string

None.

ScanText

string

None.

success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ScannedDate": "2025-12-28T16:50:46.0579869+01:00",
  "ScanType": 2,
  "SubTitle": "Scannet søndag d. 28 December 2025 kl. 16:50",
  "ScanText": "sample string 3",
  "success": true
}

application/xml, text/xml

Sample:
<ResponseScanManual xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YourTicketAPI">
  <success>true</success>
  <ScanText>sample string 3</ScanText>
  <ScanType>2</ScanType>
  <ScannedDate>2025-12-28T16:50:46.0579869+01:00</ScannedDate>
</ResponseScanManual>