get
Inboiund inquiry
Retrieve detailed information by the warehousing number
Body
InboundGetReq
InboundNoListstring[]Required
warehousing number list (max 50)
ApiKeystringRequired
APIKey Test KEY:7abd72462c794016849abe4be
Responses
200
sucess
400
Valid Fail
post
POST /api/v1/inbound/get HTTP/1.1
Host: api.etomars.com
Content-Type: application/json
Accept: */*
Content-Length: 88
{
"InboundNoList": [
"SE230705-0001",
"SE230705-0002"
],
"ApiKey": "XXXXXXXXXXXXXXXXXXXXXXXXX"
}
{
"Data": [
{
"CreateDateTime": "text",
"StorageDateTime": "text",
"ScheduledDateTime": "text",
"InboundNo": "text",
"InboundStatus": 1,
"Method": 1,
"DelvNo": "text",
"SenderName": "text",
"SenderTel": "text",
"SenderAddr": "text",
"Note": "text",
"ItemList": [
{
"Barcode": "text",
"SKU": "text",
"Qty": 1,
"LOTNO": "text"
}
]
}
],
"Message": "text",
"Code": 1
}
/numbers : Inboiund Number List inquiry
Search warehousing number list by period (max 90 days) and status of the stock
Body
StartDateTimestringRequired
Search start date Input format : yyyy-MM-dd HH:mm:ss yyyyMMdd, yyyy-MM-dd (if only dates,) yyyy-MM-dd 00:00:00 (transform automatically)
EndDateTimestringRequired
Search end date Input format : yyyy-MM-dd HH:mm:ss yyyyMMdd, yyyy-MM-dd(if only dates,) yyyy-MM-dd 23:59:59 (transform automatically)
SearchDateTypeinteger · int32Required
Search date type 1 : registration date 2 : stocked date
InboundStatusinteger · int32Optional
Warehousing status 0 : Total 1 : Cancelled 2 : Registration 3 : Stocked Default : 0 (Total)
ApiKeystringRequired
APIKey Test KEY:7abd72462c794016849abe4be
Responses
200
sucess
400
Valid Fail
post
POST /api/v1/inbound/get/numbers HTTP/1.1
Host: api.etomars.com
Content-Type: application/json
Accept: */*
Content-Length: 149
{
"StartDateTime": "2023-07-01 00:00:00",
"EndDateTime": "2023-08-31 23:59:59",
"SearchDateType": 1,
"InboundStatus": 0,
"ApiKey": "XXXXXXXXXXXXXXXXXXXXXXXXX"
}
{
"Data": [
"text"
],
"Message": "text",
"Code": 1
}
Last updated