Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. {
  2. "FIELDS": {
  3. "ORDER_TOPIC": "Invoice for a legal entity",
  4. "STATUS_ID": "P",
  5. "DATE_INSERT": date2str(current),
  6. "PAY_VOUCHER_DATE": date2str(current),
  7. "PAY_VOUCHER_NUM": "876",
  8. "DATE_MARKED": date2str(current),
  9. "REASON_MARKED": "Paid immediately.",
  10. "COMMENTS": "comment",
  11. "USER_DESCRIPTION": "client comments",
  12. "DATE_BILL": date2str(current),
  13. "DATE_PAY_BEFORE": date2str(nextMonth),
  14. "RESPONSIBLE_ID": 1,
  15. "UF_DEAL_ID": 10,
  16. "UF_COMPANY_ID": 5,
  17. "UF_CONTACT_ID": 2,
  18. "PERSON_TYPE_ID": 2,
  19. "PAY_SYSTEM_ID": 6,
  20. "INVOICE_PROPERTIES": {
  21. "COMPANY": "Advanced Technology LLC", // Company name
  22. "COMPANY_ADR": "687, New Broadway, London, A5 2XA", // Legal address
  23. "REG_ID": "17863734634", // Company registration number
  24. "CONTACT_PERSON": "Jhon Smith", // Contact person
  25. "EMAIL": "pr@logistics-north.com", // E-Mail
  26. "PHONE": "8 (495) 234-54-32", // Phone
  27. "FAX": "", // Fax
  28. "ZIP": "", // Postal code
  29. "CITY": "", // City
  30. "LOCATION": "", // Location
  31. "ADDRESS": "" // Delivery address
  32. },
  33. "PRODUCT_ROWS": [
  34. {"ID": 0, "PRODUCT_ID": 438, "PRODUCT_NAME": "Product 01", "QUANTITY": 1, "PRICE": 100},
  35. {"ID": 0, "PRODUCT_ID": 515, "PRODUCT_NAME": "Product 77", "QUANTITY": 1, "PRICE": 118}
  36. ]
  37. }
  38. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement