This method delivers a list of dimension that meet the requirement to contain height, width and lenght given in Uri of our Dimension table from our TASSIS system.
Request
- https://api.floralogistics.com/GetSomeUnits
- Method : GET
- Content-Type : application/json
- Format : https://api.floralogistics.com/GetSomeUnits/{token}/{Height}/{Width}/{Lenght}
- You can put a combination of values and 0 for find all that have a lenght, height or width. Or put 3 complete values for an unique dimension.
Request Uri Parameters
- token : Security token that you should get with method GetToken - Required.
- Height : Height that you want to find in dimension list, put 0 for all values - Required.
- Width : Width that you want to find in dimension list, put 0 for all values - Required.
- Lenght : Lenght that you want to find in dimension list, put 0 for all values - Required.
Request Example
Response
Error status :
- 0 or 200 - Response OK.
- Other number and message that indicate error.
Response Example