Discussions
POST /api/refrigerant/add – CylinderId vs ExternalCylinder
14 days ago by Chris Huang
In Mode 1, if TypeId is 7 (Add Refrigerant), I need to provide a CylinderId.
If CylinderId is set to 0, then I must provide a value for ExternalCylinder (as a string).
Question:
Do I need to use the GET /api/refrigerant/cylinders API to retrieve the appropriate CylinderId using the WorkOrderId?
If so, where is the CylinderId originally associated with the work order? Is it pre-attached during work order creation, or is there another step where this association is made?