Developer Q&A

Ask a Question
Back to All

Looking for SOAP payload to update custom field

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>


117586
false
6

Unknown
Unknown
Unknown


0

Unknown
0



0
false
0
Unknown
0001-01-01T00:00:00
0001-01-01T00:00:00




0001-01-01T00:00:00
0001-01-01T00:00:00












528200
false

9
false
0
false
Unknown
0
Unknown



117586
WO
ALPHA
USD







</soap:Body>
</soap:Envelope>

What is the SOAP request required to update a custom field with descriptor ID of 9 (see 9)? I would like to change the CustomField2 ---> Value from ALPHA to some other string like BETA.