If a field is created in Salesforce with Type as Number and Decimal places as 2, you will find that while the UI displays the number as 250.00 when you query the record using WorkBench you will be surprised to see the amount displayed as 250.0.
Now if the amount were to be entered as 250.01 thru the UI then on querying the field thru Workbench you will see the amount as 250.01.
In my case; I was doing a fixed length integration with an external system with a custom REST API created by me; surprisingly the output files did not have any issues and there was nothing for me to
do.
I thought this is just something good to know and depending on your situation you might have to take appropriate action.
Now if the amount were to be entered as 250.01 thru the UI then on querying the field thru Workbench you will see the amount as 250.01.
In my case; I was doing a fixed length integration with an external system with a custom REST API created by me; surprisingly the output files did not have any issues and there was nothing for me to
do.
I thought this is just something good to know and depending on your situation you might have to take appropriate action.