-
Notifications
You must be signed in to change notification settings - Fork 42
AGENT_CONSIGNMENT_LIST
DummkopfOfHachtenduden edited this page Aug 21, 2016
·
2 revisions
0x750E - CLIENT_AGENT_CONSIGNMENT_LIST_REQUEST
//Empty
0xB50E - CLIENT_AGENT_CONSIGNMENT_LIST_RESPONSE
1 byte result
if(result == 1)
{
1 byte itemCount
foreach(item)
{
4 uint PersonalID
1 byte SaleStatus
4 uint RefItemID
4 uint SellCnt
8 ulong Price
8 ulong Deposit
8 ulong SellFee
4 uint EndDate //epoch
}
}
else if(result == 2)
{
2 ushort errorCode
}
See also: