Submit a Rework

  • URL: https://api.boxbrownie.com/v1/rework
  • HTTP Method: POST
  • Requires Authentication? Yes
  • Supported Formats: XML
  • XML Schema: rework

POST Data

<rework>

fileId String (required) The fileId of the completed file being reworked.
comments String (required) A description of why the file is being reworked
referenceFiles Collection of referenceFile (Optional)
referenceFile String Reference/Example Files for the rework.

Example XML Response

  	<rework>	
		<id>tnsnkgugnwxq2jzmxawzxu0ay1eski3c871v2wfd</id>
		<fileId>2sz4tdthsewwprsx1idmmt7exfzxiho2nuuqs15x</fileId>
		<comments>Change Sky</comments>
		<referenceFiles>
			<referenceFile>https://s3-ap-southeast-2.amazonaws.com/boxbrownie/completed/axy0gcnxadxbgpw6a5i2qycgo1ickbysbnv4q1bw.jpg</referenceFile>
		</referenceFiles>
	</rework>