Syntax
Public Overrides Sub MapBOOrderIDWithBOTicketID(BOOrderID As String, BOTicketID As String)
Description
This method is used to map the BackOffice order number with the BackOffice position number.
Parameters
Key | Description |
BOOrderID | The BackOffice order number to be mapped with the BackOffice ticket number. Value of type is String |
BOTicketID | The BackOffice position number to be mapped with the BackOffice order number. Value of type is String |
See Also