Developer Q&A
Looking for SOAP payload to update custom field
6 years ago by Raul
I was able to retrieve custom fields for a work order, suppose I see this custom field
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
soap:Body
</soap:Body>
</soap:Envelope>
What is the SOAP request required to update a custom field with descriptor ID of 9 (see )? I would like to change the CustomField2 ---> Value from ALPHA to some other string like BETA.
