Factuarea API

parameter_invalid_uuid

An identifier field received a value that is not a valid UUID. Every v1 resource id is a UUID.

CodeTypeHTTPCategory
parameter_invalid_uuidinvalid_request_error400Request

Cause

An identifier field received a value that is not a valid UUID. Every v1 resource id is a UUID.

What to do

Use the id the API returned for that resource, copied verbatim; never an internal numeric id nor a truncated value.

Message returned by the API

The parameter must be a valid UUID.

On this page