- Print
- DarkLight
- PDF
Update Exchange area partially
Article summary
Did you find this summary helpful?
Thank you for your feedback
Patch
/exchange-areas/{id}
Operation is used to update specific fields in existing exchange area. Available from product version 3.2.8.
Security
API Key
Header parameter nameAuthorization
Token issued for API consumer.
Path parameters
id
integerRequired
Id of exchange area to update
Body parameters
Exchange area attributes and values to be updated
object
Exchange Area
id
integer
Primary key
name
string Required
Area name
Responses
200
Object was updated successfully
object
Exchange Area
id
integer
Primary key
name
string
Area name
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
Was this article helpful?