Jump to content

youngProgrammer

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by youngProgrammer

  1. Hi guys,

    I need help to send two objects to the 'post' method in the angular example:

        this.generateSerial = function ( items, deposit ) {        
                      return this.endpoint.subRoute( 'createSerialBox' ).post( items, {offline: '',  params: {'deposit': deposit}}).then(angular.bind( this, function ( response ) {
                    return $q.when(response.data);
                })
            )
        }

    item is a list and you deposit an object

    That way I get the error 12616
     

    Thanks,

×
×
  • Create New...