POST api/FWebMobile/Warehouse/GetWarehouseTransaction_Mock

Request Information

URI Parameters

None.

Body Parameters

WarehouseTransactionContext
NameDescriptionTypeAdditional information
TransactionType

WarehouseTransactionType

None.

TransactionIdNo

integer

None.

EmployeeIdNo

integer

None.

GeoLocationIdNo

integer

None.

WarehouseLocationIdNo

integer

None.

CompanyCode

string

None.

DcCostCenterId

string

None.

DcWarehouseId

string

None.

IsBarcodingEnabled

boolean

None.

EmployeeFirstName

string

None.

EmployeeLastName

string

None.

EmployeeFullName

string

None.

WarehouseDescription

string

None.

ValidDoorLocations

Collection of string

None.

ValidWarehouseLocations

Collection of ValidWarehouseLocation

None.

Request Formats

application/json, text/json

Sample:
{
  "TransactionType": 1,
  "TransactionIdNo": 1,
  "EmployeeIdNo": 2,
  "GeoLocationIdNo": 3,
  "WarehouseLocationIdNo": 4,
  "CompanyCode": "sample string 5",
  "DcCostCenterId": "sample string 6",
  "DcWarehouseId": "sample string 7",
  "IsBarcodingEnabled": true,
  "EmployeeFirstName": "sample string 9",
  "EmployeeLastName": "sample string 10",
  "EmployeeFullName": "sample string 9 sample string 10",
  "WarehouseDescription": "sample string 11",
  "ValidDoorLocations": [
    "sample string 1",
    "sample string 2"
  ],
  "ValidWarehouseLocations": null
}

text/html

Sample:
{"TransactionType":1,"TransactionIdNo":1,"EmployeeIdNo":2,"GeoLocationIdNo":3,"WarehouseLocationIdNo":4,"CompanyCode":"sample string 5","DcCostCenterId":"sample string 6","DcWarehouseId":"sample string 7","IsBarcodingEnabled":true,"EmployeeFirstName":"sample string 9","EmployeeLastName":"sample string 10","EmployeeFullName":"sample string 9 sample string 10","WarehouseDescription":"sample string 11","ValidDoorLocations":["sample string 1","sample string 2"],"ValidWarehouseLocations":null}

Response Information

Resource Description

GetWarehouseTransactionResponse
NameDescriptionTypeAdditional information
Context

WarehouseTransactionContext

None.

WarehouseTransactionObject

BaseWarehouseTransaction

None.

IsSuccessful

Indicates if the transaction was successful or not.

boolean

None.

ReturnedMessages

Contains a list of Informational, Warning, and/or Error messages regarding the outcome of the transaction.

Collection of ReturnedMessage

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.