putRma

Operation Id:
Methods

  • rmas Array<Object>
  • rmaId Integer
  • rmaStatusId Integer
  • rmaChat Array<Object>
Examples

This function sets the RMA ID to 2 and the RMA status ID to 20.

const result = await idosellRequest.putRma
	.rmaId(2)
	.rmaStatusId(20)
	.exec()