POST api/WsxDownload

Request Information

URI Parameters

None.

Body Parameters

WsxJobParameters
NameDescriptionTypeAdditional information
DestinationIsShowInKiosk

boolean

None.

IsShowInKiosk

boolean

None.

IsOffsiteLocation

boolean

None.

InsertDespatchDockets

boolean

None.

InsertMissingData

boolean

None.

InsertMissingVehicles

boolean

None.

LocationIsShowInKiosk

boolean

None.

LocationMaterialIsShowInKiosk

boolean

None.

LocationMaterialWithMaterialId

boolean

None.

MaterialIsShowInKiosk

boolean

None.

MaterialTypeId

integer

None.

NotifyEmailRecipients

string

None.

PrintNumberOfDocketCopies

integer

None.

PostToWSX

boolean

None.

SupplierIsShowInKiosk

boolean

None.

TrimbleDocketTransactionTypeId

integer

None.

WeighbridgeCode

string

None.

StartTimeDelay

integer

None.

TimerInterval

integer

None.

TruncateTable

boolean

None.

TruncateTableFromHour

integer

None.

TruncateTableToHour

integer

None.

TruncateTableAddMinutes

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DestinationIsShowInKiosk": true,
  "IsShowInKiosk": true,
  "IsOffsiteLocation": true,
  "InsertDespatchDockets": true,
  "InsertMissingData": true,
  "InsertMissingVehicles": true,
  "LocationIsShowInKiosk": true,
  "LocationMaterialIsShowInKiosk": true,
  "LocationMaterialWithMaterialId": true,
  "MaterialIsShowInKiosk": true,
  "MaterialTypeId": 11,
  "NotifyEmailRecipients": "sample string 12",
  "PrintNumberOfDocketCopies": 13,
  "PostToWSX": true,
  "SupplierIsShowInKiosk": true,
  "TrimbleDocketTransactionTypeId": 16,
  "WeighbridgeCode": "sample string 17",
  "StartTimeDelay": 18,
  "TimerInterval": 19,
  "TruncateTable": true,
  "TruncateTableFromHour": 21,
  "TruncateTableToHour": 22,
  "TruncateTableAddMinutes": 23
}

application/xml, text/xml

Sample:
<WsxJobParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TakLabs.Api.ParameterModels">
  <DestinationIsShowInKiosk>true</DestinationIsShowInKiosk>
  <InsertDespatchDockets>true</InsertDespatchDockets>
  <InsertMissingData>true</InsertMissingData>
  <InsertMissingVehicles>true</InsertMissingVehicles>
  <IsOffsiteLocation>true</IsOffsiteLocation>
  <IsShowInKiosk>true</IsShowInKiosk>
  <LocationIsShowInKiosk>true</LocationIsShowInKiosk>
  <LocationMaterialIsShowInKiosk>true</LocationMaterialIsShowInKiosk>
  <LocationMaterialWithMaterialId>true</LocationMaterialWithMaterialId>
  <MaterialIsShowInKiosk>true</MaterialIsShowInKiosk>
  <MaterialTypeId>11</MaterialTypeId>
  <NotifyEmailRecipients>sample string 12</NotifyEmailRecipients>
  <PostToWSX>true</PostToWSX>
  <PrintNumberOfDocketCopies>13</PrintNumberOfDocketCopies>
  <StartTimeDelay>18</StartTimeDelay>
  <SupplierIsShowInKiosk>true</SupplierIsShowInKiosk>
  <TimerInterval>19</TimerInterval>
  <TrimbleDocketTransactionTypeId>16</TrimbleDocketTransactionTypeId>
  <TruncateTable>true</TruncateTable>
  <TruncateTableAddMinutes>23</TruncateTableAddMinutes>
  <TruncateTableFromHour>21</TruncateTableFromHour>
  <TruncateTableToHour>22</TruncateTableToHour>
  <WeighbridgeCode>sample string 17</WeighbridgeCode>
</WsxJobParameters>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.