Model/tests/abri/abri_relay_canceljob_request_example.xml
Daniel Roth c206a76b22 Abandon a job through the relay canceljob route 🟥
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-07 15:30:24 +00:00

13 lines
445 B
XML

<?xml version="1.0" ?>
<message>
<Header>
<Security username="DomnaWeb" password="" />
</Header>
<Body>
<Request request_type="canceljob">
<Parameters attribute="job_no" attribute_value="AC0439951" />
<Parameters attribute="abandon_reason" attribute_value="CARDED" />
<Parameters attribute="date_abandoned" attribute_value="07/07/2026" />
</Request>
</Body>
</message>