POST api/scandata/error
Request Information
URI Parameters
None.
Body Parameters
ScandataErrorName | Description | Type | Additional information |
---|---|---|---|
Identifier | Collection of byte |
None. |
|
IdentifierGuid | globally unique identifier |
None. |
|
StoreID | integer |
None. |
|
StoreName | string |
None. |
|
Updated | date |
None. |
|
Details | Collection of ScandataErrorDetail |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<ScandataError xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Scandata"> <Details> <ScandataErrorDetail> <API>sample string 8</API> <Count>12</Count> <ErrorDate>2025-06-14T06:12:07.4872738+00:00</ErrorDate> <ErrorText>sample string 9</ErrorText> <ErrorType>7</ErrorType> <Identifier>qDM+9raK2UOkw3pu+uYdVQ==</Identifier> <IdentifierGuid>f63e33a8-8ab6-43d9-a4c3-7a6efae61d55</IdentifierGuid> <LaneID>sample string 14</LaneID> <LaneName>sample string 15</LaneName> <MachineID>4</MachineID> <SalesAmount>1300</SalesAmount> <SalesAmountDecimal>13</SalesAmountDecimal> <ScanDataProviderID>3</ScanDataProviderID> <ScandataErrorHeaderGuid>a5393afe-3451-4c86-967b-d42c95d80895</ScandataErrorHeaderGuid> <ScandataErrorHeaderID>/jo5pVE0hkyWe9QsldgIlQ==</ScandataErrorHeaderID> <StatusCode>10</StatusCode> <StatusText>sample string 11</StatusText> </ScandataErrorDetail> <ScandataErrorDetail> <API>sample string 8</API> <Count>12</Count> <ErrorDate>2025-06-14T06:12:07.4872738+00:00</ErrorDate> <ErrorText>sample string 9</ErrorText> <ErrorType>7</ErrorType> <Identifier>qDM+9raK2UOkw3pu+uYdVQ==</Identifier> <IdentifierGuid>f63e33a8-8ab6-43d9-a4c3-7a6efae61d55</IdentifierGuid> <LaneID>sample string 14</LaneID> <LaneName>sample string 15</LaneName> <MachineID>4</MachineID> <SalesAmount>1300</SalesAmount> <SalesAmountDecimal>13</SalesAmountDecimal> <ScanDataProviderID>3</ScanDataProviderID> <ScandataErrorHeaderGuid>a5393afe-3451-4c86-967b-d42c95d80895</ScandataErrorHeaderGuid> <ScandataErrorHeaderID>/jo5pVE0hkyWe9QsldgIlQ==</ScandataErrorHeaderID> <StatusCode>10</StatusCode> <StatusText>sample string 11</StatusText> </ScandataErrorDetail> </Details> <Identifier>GQBBVa+B6UW7j9r1CZ5VdA==</Identifier> <IdentifierGuid>55410019-81af-45e9-bb8f-daf5099e5574</IdentifierGuid> <StoreID>2</StoreID> <StoreName>sample string 3</StoreName> <Updated>2025-06-14T06:12:07.4872738+00:00</Updated> </ScandataError>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.