회수
Last updated
Last updated
POST /api/order/v1/delivery/withdrawProcess/saveWithdrawStatUpdateProcess HTTP/1.1
Host: localhost:8092/
Content-Type: application/json
Accept: */*
Content-Length: 190
{
"ordDtlStatCd": "text",
"updateTargetOrdDtlStatCd": "text",
"withdrawStatUpdateSaveInfoList": [
{
"ordNo": "text",
"deliNo": "text",
"hdcCd": "text",
"invNo": "text",
"wthdFnshGbCd": "text",
"wthdYn": "Y"
}
]
}POST /api/order/v1/delivery/withdrawProcess/saveWithdrawInstructProcess HTTP/1.1
Host: localhost:8092/
Content-Type: application/json
Accept: */*
Content-Length: 86
{
"withdrawInstructHandlingSaveInfoList": [
{
"ordNo": "text",
"deliNo": "text",
"rtnQty": 1
}
]
}