Advertisement
Guest User

Untitled

a guest
Mar 10th, 2018
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.75 KB | None | 0 0
  1. {
  2.     'results': [
  3.         {
  4.             'productIdent': {
  5.                 'productIdentType': 'i',
  6.                 'identValue': 'i'
  7.             },
  8.             'productDescriptionsLangData': None,
  9.             'error': {
  10.                 'faultCode': 0,
  11.                 'faultString': 'Invalid type'
  12.             }
  13.         },
  14.         {
  15.             'productIdent': {
  16.                 'productIdentType': '3',
  17.                 'identValue': '3'
  18.             },
  19.             'productDescriptionsLangData': None,
  20.             'error': {
  21.                 'faultCode': 0,
  22.                 'faultString': 'Invalid type'
  23.             }
  24.         }
  25.     ],
  26.     'errorsOccurred': True,
  27.     'errors': {
  28.         'faultCode': 0,
  29.         'faultString': None
  30.     }
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement