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

Developer Q&A

Ask a Question
Back to all

How to specify UpdatedBy property for document during creation

If I fire this request

I get this response

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

If I fire the request to get the documents for a work order, I see the one I created

However, the UpdatedBy here is ALWAYS 1851 which corresponds to the System Admin user in Corrigo. How can I fire the create document request to specify a different UpdatedBy employee?

Raul