Skip to main content

Simple Work Order Closure with BEAM Web Service

To transact with the Soap Web Service, which is included in the BEAM application package, we first need a token. You can obtain this token information from the Login method in the service. In the topic titled "BEAM Web Service Login", you can see how to get tokens.

To close a work order that was previously created on BEAM, we can use the SimpleCloseWorkOrder method. The sample xml data related to the method and the fields in its content are as in the image.

The "HasError" field in the return class returns "false" in case of an error and specifies the error detail in the "Message" field. In the "WRNumber" field, you can see the work order number of the work order that is being processed on the BEAM side, and in the "WorkRequestNumber" field, you can see the unique record number of this record in the background.