HomeGuidesAPI ReferenceChangelogDeveloper Q&A
HomeGuidesAPI ReferenceAnnouncementsLog In
Developer Q&A

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

</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.