Patch
/extra-values/{id}/
Operation is used to update value data in existing Extra Value.
Security
API Key
Header parameter nameAuthorization
Token issued for API consumer.
Path parameters
id
integerRequired
Id of Extra Value to update
Body parameters
Extra Value value data to be updated
object
extraValue
string Required
Value of Attribute. Format is defined by related Extra Attribute data type
Responses
200
Object was updated successfully
object
created
string (date-time)
Creation date and time
extraAttribute
integer
Extra Attribute id
extraValue
string
Value of Attribute. Format is defined by related Extra Attribute data type
id
integer
Unique id of Extra Value
modified
string (date-time)
Creation date and time
relatedInstanceId
integer
Id of related object instance
relatedInstanceUrl
string (url)
Url of related object instance in the API
401
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}
object
details
string
Detailed description of error
404
Object was not found
{
"details": "Not found."
}
object
details
string
Detailed description of error