When I put in the ServiceID or Service field ( <ServiceID>3</ServiceID> or <Service>Some service</Service> )
the system would give me this error,
Code: Select all
$VAR1 = {
'Error' => {
'ErrorCode' => 'TicketCreate.InvalidParameter',
'ErrorMessage' => 'TicketCreate: Ticket->ServiceID or Ticket->Service parameter is invalid!'
}
};
I do have several services setup and some even have sub services. I tried to put the SOAP user as a customer and associate itself with all service and sub service, but the system came back with the same error.
Is there anywhere I need to set up in the OTRS Web UI? Or there's a special way to put in Service XML tag?