Skip to content

ValueError: The Decimal type doesn't accept collections as value #24863

Discussion options

You must be logged in to vote

This issue can be closed. Once I passed the parameters as a named value pair within the service method, the error went away and the service executed successfully.

response = client.service.UpdateShipmentLines(apiVersionNumber=1.0,InitMsgList=‘T’,ShipmentLineInformation=shiplineinfo)

This solved the problem.

Thanks!

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants