Guest User

Untitled

a guest
Oct 24th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. {
  2. "success": true,
  3. "data": [
  4. {
  5. "p_vendor_name": "Gold USD Vendor",
  6. "p_vendor_office_name": "Gold USD Vendor",
  7. "p_vendor_office_id": "987654",
  8. "p_invoice_amount": {
  9. "cents": 225000,
  10. "currency_iso": "USD"
  11. },
  12. "p_invoice_number": "1496110175853",
  13. "p_environment": "AFI",
  14. "p_allocations": {
  15. "allocation_count": 1,
  16. "allocations":[
  17. {
  18. "allocation_number":1,
  19. "allocation_amount": 250.00,
  20. "company": 42,
  21. "unit": "EMC",
  22. "nature": 7628
  23. }
  24. ]
  25. },
  26. "id": "592cd57c4312b132d60004f4"
  27. },
  28. {
  29. "p_vendor_name": "Gold USD Vendor",
  30. "p_vendor_office_name": "Gold USD Vendor",
  31. "p_vendor_office_id": "987654",
  32. "p_invoice_amount": {
  33. "cents": 90000,
  34. "currency_iso": "USD"
  35. },
  36. "p_invoice_number": "1496110741125",
  37. "p_environment": "ADS",
  38. "p_allocations": {
  39. "allocation_count": 2,
  40. "allocations":[
  41. {
  42. "allocation_number": 1,
  43. "allocation_amount": 450.00,
  44. "company": "06",
  45. "unit": "SWF",
  46. "nature": 2456
  47. },
  48. {
  49. "allocation_number": 2,
  50. "allocation_amount": 450.00,
  51. "company": "09",
  52. "unit": "KWF",
  53. "nature": 2455
  54. }
  55. ]
  56. },
  57. "id": "592cd7174312b132d60005aa"
  58. }
  59. ],
  60. "count": 2
  61. }
Add Comment
Please, Sign In to add comment