GET api/EDocket
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
EDocketApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Dockets | Collection of EDocketApi |
None. |
|
| RequestStatus | RequestStatus |
None. |
Response Formats
application/json, text/json
Sample:
{
"Dockets": [
{
"UID": "8600fe39-49e8-4369-bce8-b6f38bac4a1d",
"DocketNo": "sample string 2",
"CarrierId": 3,
"CustomerId": 1,
"DeliveryLocationId": 1,
"DocketTransactionTypeId": 1,
"DualScaleUsageCode": "sample string 4",
"DocketChangeReasonId": 1,
"DockChangeText": "sample string 5",
"MaterialTypeId": 6,
"FellDate": "2025-12-19T05:58:06.9152714-06:00",
"SourceLocationPrimaryId": 1,
"IsDocketChecked": true,
"LoggingCrewId": 1,
"LogLengthId": 1,
"LoggingOperationId": 1,
"SupplierId": 1,
"MaterialId": 1,
"NSK_IsScaled": true,
"SkidLandingId": 1,
"StatusCode": "sample string 9",
"TreatmentId": 1,
"VehicleId": 10,
"WeighbridgeId": 1,
"WeighbridgeOutId": 1,
"WeightIn": 1.1,
"WeightOut": 1.1,
"WeightIn2": 1.1,
"WeightOut2": 1.1,
"WeighInDate": "2025-12-19T05:58:06.9152714-06:00",
"WeighOutDate": "2025-12-19T05:58:06.9152714-06:00",
"DataOwnerId": 11,
"ParentUID": "78c33891-c434-4449-86fd-fdd867a2c049",
"SequenceNo": 12,
"LoaderCrewText": "sample string 13",
"LoggingCrewText": "sample string 14",
"HarvestAreaText": "sample string 15",
"Comments": "sample string 16",
"TrailerId": "sample string 17",
"PieceCount": 1,
"LoggingContractorId": 1,
"LoadingContractorId": 1,
"ExternalDocketId": "sample string 18",
"ExternalUpliftId": 1,
"CreatedOn": "2025-12-19T05:58:06.9152714-06:00",
"CreatedBy": "sample string 19",
"ModifiedBy": "sample string 20",
"ModifiedOn": "2025-12-19T05:58:06.9152714-06:00",
"RowVersion": "QEA=",
"TrailerVehicleId": 1,
"GradeText": "sample string 21",
"LogLengthText": "sample string 22",
"DataOwnerXml": {
"Name": "sample string 1",
"MasterId": 2
},
"CustomerXml": {
"Name": "sample string 1",
"MasterId": 2
},
"LocationXml": {
"Name": "sample string 1",
"MasterId": 2
},
"SupplierXml": {
"Name": "sample string 1",
"MasterId": 2
},
"MaterialTypeXml": {
"Name": "sample string 1",
"MasterId": 2
},
"MaterialXml": {
"Name": "sample string 1",
"MasterId": 2
}
},
{
"UID": "8600fe39-49e8-4369-bce8-b6f38bac4a1d",
"DocketNo": "sample string 2",
"CarrierId": 3,
"CustomerId": 1,
"DeliveryLocationId": 1,
"DocketTransactionTypeId": 1,
"DualScaleUsageCode": "sample string 4",
"DocketChangeReasonId": 1,
"DockChangeText": "sample string 5",
"MaterialTypeId": 6,
"FellDate": "2025-12-19T05:58:06.9152714-06:00",
"SourceLocationPrimaryId": 1,
"IsDocketChecked": true,
"LoggingCrewId": 1,
"LogLengthId": 1,
"LoggingOperationId": 1,
"SupplierId": 1,
"MaterialId": 1,
"NSK_IsScaled": true,
"SkidLandingId": 1,
"StatusCode": "sample string 9",
"TreatmentId": 1,
"VehicleId": 10,
"WeighbridgeId": 1,
"WeighbridgeOutId": 1,
"WeightIn": 1.1,
"WeightOut": 1.1,
"WeightIn2": 1.1,
"WeightOut2": 1.1,
"WeighInDate": "2025-12-19T05:58:06.9152714-06:00",
"WeighOutDate": "2025-12-19T05:58:06.9152714-06:00",
"DataOwnerId": 11,
"ParentUID": "78c33891-c434-4449-86fd-fdd867a2c049",
"SequenceNo": 12,
"LoaderCrewText": "sample string 13",
"LoggingCrewText": "sample string 14",
"HarvestAreaText": "sample string 15",
"Comments": "sample string 16",
"TrailerId": "sample string 17",
"PieceCount": 1,
"LoggingContractorId": 1,
"LoadingContractorId": 1,
"ExternalDocketId": "sample string 18",
"ExternalUpliftId": 1,
"CreatedOn": "2025-12-19T05:58:06.9152714-06:00",
"CreatedBy": "sample string 19",
"ModifiedBy": "sample string 20",
"ModifiedOn": "2025-12-19T05:58:06.9152714-06:00",
"RowVersion": "QEA=",
"TrailerVehicleId": 1,
"GradeText": "sample string 21",
"LogLengthText": "sample string 22",
"DataOwnerXml": {
"Name": "sample string 1",
"MasterId": 2
},
"CustomerXml": {
"Name": "sample string 1",
"MasterId": 2
},
"LocationXml": {
"Name": "sample string 1",
"MasterId": 2
},
"SupplierXml": {
"Name": "sample string 1",
"MasterId": 2
},
"MaterialTypeXml": {
"Name": "sample string 1",
"MasterId": 2
},
"MaterialXml": {
"Name": "sample string 1",
"MasterId": 2
}
}
],
"RequestStatus": {
"errormessage": "sample string 1",
"success": true,
"version": "sample string 3"
}
}
application/xml, text/xml
Sample:
<response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RequestStatus>
<errormessage>sample string 1</errormessage>
<success>true</success>
<version>sample string 3</version>
</RequestStatus>
<edockets>
<edocket>
<DocketNo>sample string 2</DocketNo>
<DualScaleUsageCode>sample string 4</DualScaleUsageCode>
<DockChangeText>sample string 5</DockChangeText>
<FellDate>2025-12-19T05:58:06.9152714-06:00</FellDate>
<IsDocketChecked>true</IsDocketChecked>
<LoggingCrewId>1</LoggingCrewId>
<NSK_IsScaled>true</NSK_IsScaled>
<SkidLandingId>1</SkidLandingId>
<StatusCode>sample string 9</StatusCode>
<WeightIn>1.1</WeightIn>
<WeightOut>1.1</WeightOut>
<WeightIn2>1.1</WeightIn2>
<WeightOut2>1.1</WeightOut2>
<WeighInDate>2025-12-19T05:58:06.9152714-06:00</WeighInDate>
<WeighOutDate>2025-12-19T05:58:06.9152714-06:00</WeighOutDate>
<LoaderCrewText>sample string 13</LoaderCrewText>
<LoggingCrewText>sample string 14</LoggingCrewText>
<HarvestAreaText>sample string 15</HarvestAreaText>
<Comments>sample string 16</Comments>
<TrailerId>sample string 17</TrailerId>
<PieceCount>1</PieceCount>
<ExternalDocketId>sample string 18</ExternalDocketId>
<ExternalUpliftId>1</ExternalUpliftId>
<CreatedOn>2025-12-19T05:58:06.9152714-06:00</CreatedOn>
<CreatedBy>sample string 19</CreatedBy>
<ModifiedBy>sample string 20</ModifiedBy>
<ModifiedOn>2025-12-19T05:58:06.9152714-06:00</ModifiedOn>
<TrailerVehicleId>1</TrailerVehicleId>
<GradeText>sample string 21</GradeText>
<LogLengthText>sample string 22</LogLengthText>
<dataowner>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</dataowner>
<customer>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</customer>
<location>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</location>
<supplier>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</supplier>
<materialtype>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</materialtype>
<material>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</material>
</edocket>
<edocket>
<DocketNo>sample string 2</DocketNo>
<DualScaleUsageCode>sample string 4</DualScaleUsageCode>
<DockChangeText>sample string 5</DockChangeText>
<FellDate>2025-12-19T05:58:06.9152714-06:00</FellDate>
<IsDocketChecked>true</IsDocketChecked>
<LoggingCrewId>1</LoggingCrewId>
<NSK_IsScaled>true</NSK_IsScaled>
<SkidLandingId>1</SkidLandingId>
<StatusCode>sample string 9</StatusCode>
<WeightIn>1.1</WeightIn>
<WeightOut>1.1</WeightOut>
<WeightIn2>1.1</WeightIn2>
<WeightOut2>1.1</WeightOut2>
<WeighInDate>2025-12-19T05:58:06.9152714-06:00</WeighInDate>
<WeighOutDate>2025-12-19T05:58:06.9152714-06:00</WeighOutDate>
<LoaderCrewText>sample string 13</LoaderCrewText>
<LoggingCrewText>sample string 14</LoggingCrewText>
<HarvestAreaText>sample string 15</HarvestAreaText>
<Comments>sample string 16</Comments>
<TrailerId>sample string 17</TrailerId>
<PieceCount>1</PieceCount>
<ExternalDocketId>sample string 18</ExternalDocketId>
<ExternalUpliftId>1</ExternalUpliftId>
<CreatedOn>2025-12-19T05:58:06.9152714-06:00</CreatedOn>
<CreatedBy>sample string 19</CreatedBy>
<ModifiedBy>sample string 20</ModifiedBy>
<ModifiedOn>2025-12-19T05:58:06.9152714-06:00</ModifiedOn>
<TrailerVehicleId>1</TrailerVehicleId>
<GradeText>sample string 21</GradeText>
<LogLengthText>sample string 22</LogLengthText>
<dataowner>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</dataowner>
<customer>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</customer>
<location>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</location>
<supplier>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</supplier>
<materialtype>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</materialtype>
<material>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</material>
</edocket>
</edockets>
</response>