Error
Update Bin
Update the designated bin
POST
Error
Authorizations
JWT Authorization header using the Bearer scheme.
Path Parameters
Id of bin to update
Body
application/json
Request to update a bin
Request needed for updating a bin
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A valid request URL is required to generate request examples{
"binID": 123,
"binStatusID": 123,
"binTypeID": 123,
"locationCode": "<string>",
"messages": [
"<string>"
],
"name": "<string>",
"numResults": 123,
"success": true
}{
"messages": [
"<string>"
],
"numResults": 123,
"success": true
}Update the designated bin
A valid request URL is required to generate request examples{
"binID": 123,
"binStatusID": 123,
"binTypeID": 123,
"locationCode": "<string>",
"messages": [
"<string>"
],
"name": "<string>",
"numResults": 123,
"success": true
}{
"messages": [
"<string>"
],
"numResults": 123,
"success": true
}JWT Authorization header using the Bearer scheme.
Id of bin to update
Request to update a bin
Request needed for updating a bin
