POST api/FWebMobile/DigitalPackout/InitializeLabManJob

Request Information

URI Parameters

None.

Body Parameters

InitializeLabManJobRequest
NameDescriptionTypeAdditional information
CompanyCode

string

None.

TransactionType

WarehouseTransactionType

None.

TransactionIdNo

integer

None.

PalletCount

integer

None.

ProductId

string

None.

Lot

string

None.

PackageCode

string

None.

PrinterId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyCode": "sample string 1",
  "TransactionType": 1,
  "TransactionIdNo": 2,
  "PalletCount": 3,
  "ProductId": "sample string 4",
  "Lot": "sample string 5",
  "PackageCode": "sample string 6",
  "PrinterId": "sample string 7"
}

text/html

Sample:
{"CompanyCode":"sample string 1","TransactionType":1,"TransactionIdNo":2,"PalletCount":3,"ProductId":"sample string 4","Lot":"sample string 5","PackageCode":"sample string 6","PrinterId":"sample string 7"}

Response Information

Resource Description

GenericSaveResponse
NameDescriptionTypeAdditional information
SaveAction

GenericSaveAction

None.

SavedObject

Object

None.

ObjectKeyString

string

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

Sample:
{
  "SaveAction": null,
  "SavedObject": {},
  "ObjectKeyString": "sample string 2",
  "IsSuccessful": true,
  "ReturnedMessages": null
}

text/html

Sample:
{"SaveAction":null,"SavedObject":{},"ObjectKeyString":"sample string 2","IsSuccessful":true,"ReturnedMessages":null}