Quote revision

Description

Find out the price for your revision based on a previously submitted read. Revisions are free if there are no major changes to the script, otherwise, you'll just pay for the words or characters that changed.

Arguments

= required
= only one of these is required
NameTypeDescriptionDefault value
charactersToBeRecorded
integerThe number of characters that need to be added or re-recorded. Use this argument only if the language of the project is character based.
wordsToBeRecorded
integerThe number of words that need to be added or re-recorded. Use this argument only if the language of the project is word based.
changingScriptbooleanSet this argument to "1" if you are changing the script. When set to "0", the revision is free of charge.0

Errors

  • 5018: The ID in the url makes reference to a deliverable that does not exist.
  • 5082: The value of the argument "wordsToBeRecorded" should be a positive integer.
  • 5083: The pricing for this language is based on the number of characters. Please use the argument "charactersToBeRecorded" instead. The value of the argument "wordsToBeRecorded" should be null.
  • 5084: The value of the argument "charactersToBeRecorded" should be a positive integer.
  • 5085: The pricing for this language is based on the number of words. Please use the argument "wordsToBeRecorded" instead. The value of the argument "charactersToBeRecorded" should be null.
  • 5087: The argument "changingInstructions" should be 1 or 0. If "0", you won't pay for this revision. If "1" you'll pay for this revision.