Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. {
  2. "TransferOrder": {
  3. "companyCode": "string",
  4. "shopCode": "string",
  5. "proposalDate": "string",
  6. "documentDate": "string",
  7. "recipientTypeCode": "string",
  8. "orderTypeCode": "string",
  9. "orderNumber": "string",
  10. "documentType": "string",
  11. "documentNumber": "string",
  12. "recipientLocation": "string",
  13. "dueDate": "string",
  14. "orderLine": [
  15. {
  16. "lotDate": "string",
  17. "productCode": "string",
  18. "serialNumber": "string",
  19. "quantity": {
  20. "ordered": "string",
  21. "cancelled": "string",
  22. "received": "string"
  23. },
  24. "supplierProductCode": "string",
  25. "orderLineNumber": "string",
  26. "sideCode": "string",
  27. "ProductionOrderRef": {
  28. "orderNumber": "string",
  29. "isHALinkedEM": "string",
  30. "lineNumber": "string",
  31. "orderDate": "string"
  32. }
  33. }
  34. ],
  35. "customerCode": "string",
  36. "employeeCode": "string",
  37. "divisionCode": "string",
  38. "expectedShipmentDate": "string",
  39. "sourceCode": "string",
  40. "sourceLocationType": "string",
  41. "reasonCode": "string",
  42. "orderDate": "string",
  43. "EDNDocument": {
  44. "EDNNumber": "string",
  45. "EDNDate": "string"
  46. },
  47. "status": {
  48. "statusDescripton": "string",
  49. "orderStatus": "string",
  50. "lastStatusUpdate": "string"
  51. }
  52. },
  53. "wmInstanceId": "string"
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement