Hello, I cannot get a KitAssembly, Type=Disassembly to create through the REST API. I am able to create a KitAssembly, Type=Disassembly through the Acumatica Kit Assembly user interface but a similar transaction through the REST API fails. I am also able to create a KitAssembly, Type=Production through the REST API.
I am making an assumption that a Disassembly type REST API call would be rather similar to the Production type REST API call. I am using the same data structure just changing the Type to Disassembly.
There are two errors that I get back that stick out:
/LocationID] ‘STERILE’ cannot be found in the system.
KitAssembly.ReasonCode. ‘Reason Code’ cannot be empty.
Both of the above properties are being set in my API call and they do exist.