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 for the Rest API Call is created by using the object mapper. The object mapper uses the JAVA Class MyAddOrder to create the String representation.

...