-
Notifications
You must be signed in to change notification settings - Fork 42
AGENT_CONSIGNMENT_DETAIL
DummkopfOfHachtenduden edited this page Aug 21, 2016
·
2 revisions
0x7506 - CLIENT_AGENT_CONSIGNMENT_DETAIL_REQUEST
1 byte DetailType
2 ushort Seller.Length
* string Seller
4 uint PersonalID
4 uint RefItemID
0xB506 - SERVER_AGENT_CONSIGNMENT_DETAIL_RESPONSE
1 byte result
if(result == 1)
{
1 byte DetailType
2 ushort Seller.Length
* string Seller
4 uint PersonalID
* object item.<genericItemData>
}
else if(result == 2)
{
2 ushort errorCode
}
See also: