Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Authentication expects the authorization header "Authorization" with the base64 encoded user:password String. 

The Json body is create created by using the object mapper. The object mapper uses the JAVA Class MyAddOrderto MyAddOrder to create the String representation.

...