Shared Parameters

changeStamp

  • The version of the item. Initially set during a create (create) operation.

  • A changeStamp is a required parameter for the body of a PUT (update) operation for items. If you do not provide a changeStamp, the update fails. This mechanism is in place so that two clients cannot edit the record at the same time.

  • If the update is successful, the changeStamp is incremented.

description

name

  • Required parameter.

  • Maximum length of 32 characters allowed.

  • Valid characters are period (.), underscore (_), and alphanumeric. The first character must be alphanumeric.

  • Does not allow internationalized characters.

refURL

  • The identifier for an item.

  • Read-only parameter.