Skip to content

Files

Latest commit

89ba067 · May 23, 2017

History

History
12 lines (7 loc) · 1.13 KB

UpsertCatalogObjectRequest.md

File metadata and controls

12 lines (7 loc) · 1.13 KB

Square.Connect.Model.UpsertCatalogObjectRequest

Properties

Name Type Description Notes
IdempotencyKey string A value you specify that uniquely identifies this request among all your requests. A common way to create a valid idempotency key is to use a Universally unique identifier (UUID). If you're unsure whether a particular request was successful, you can reattempt it with the same idempotency key without worrying about creating duplicate objects. See Idempotency keys for more information.
_Object CatalogObject A CatalogObject to be created or updated. The object's `is_deleted` field must not be set to `true`. When creating a new object, the object's ID must either start with a `#` character or be left blank. In either case it will be replaced with a server-generated ID.

[Back to Model list] [Back to API list] [Back to README]