Return Credit Order

Hi,
How do I create a credit order (sxapioefullordermntv6) where the disposition is "will call"? If using "RM", the disposition still shows "".

If using "SO", I cannot get the qty to show negative.

Thank you,

Val

Best Answer

  • Brandon Watson
    Brandon Watson Member, Infor Partner Posts: 49
    Answer ✓

    Our testing is proving out to get the same results as you. Something appears broken and this may require a ticket with Infor.

Answers

  • Brandon Watson
    Brandon Watson Member, Infor Partner Posts: 49
    "request": {
    	"companyNumber": 1,
    	"operatorInit": "sys",
    	"sxt_orderV4": {
    		"sxt_orderV4": {
    			"transType": "RM",
    			"orderdisp": "W",
    			etc...
    		}
    	}
    }
    

    Hey Val - You will want to use "W" for Will Call and transtype should be RM not CR. Above is a small example of this api call.

  • Walkiria Salem
    Walkiria Salem Member Posts: 2

    This is what we are using, and the order gets created with disposition ""🤷‍♀️
    Any ideas???

    Val