Last active
July 12, 2021 12:40
-
-
Save kendhia/a3717134ee70cb20dcc45b6251ddfdb1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"supplier": "Workwear Express Ltd", | |
"amount": "105.35", | |
"currencyCode": "GBP", | |
"taxAmount": "17.56", | |
"dueDate": "", | |
"expenseDate": "", | |
"billReference": "", | |
"category": "", | |
"lines": [ | |
{ | |
"amount": "18.11", | |
"taxAmount": "3.02", | |
"description": "GD057ASAPM HeavyBlend adult hooded sweatshirt Antique Sapphire M", | |
"taxTypeCode": "" | |
}, | |
{ | |
"amount": "18.11", | |
"taxAmount": "3.02", | |
"description": "GD057BLACL HeavyBlend adult hooded sweatshirt Black L", | |
"taxTypeCode": "" | |
}, | |
{ | |
"amount": "18.11", | |
"taxAmount": "3.02", | |
"description": "GD057HELIS HeavyBlend adult hooded sweatshirt Heliconia S", | |
"taxTypeCode": "" | |
}, | |
{ | |
"amount": "18.11", | |
"taxAmount": "3.02", | |
"description": "GD057SAPKXL HeavyBlend adult hooded sweatshirt Safety Pink XL", | |
"taxTypeCode": "" | |
}, | |
{ | |
"amount": "4.66", | |
"taxAmount": "0.78", | |
"description": "GD001ASAPM Softstyle Adult Ringspun T-Shirt Antique Sapphire M", | |
"taxTypeCode": "" | |
}, | |
{ | |
"amount": "4.66", | |
"taxAmount": "0.78", | |
"description": "GD001BLACS Softstyle Adult Ringspun T-Shirt Black S", | |
"taxTypeCode": "" | |
}, | |
{ | |
"amount": "4.66", | |
"taxAmount": "0.78", | |
"description": "GD001HELIXL Softstyle Adult Ringspun T-Shirt Heliconia XL", | |
"taxTypeCode": "" | |
}, | |
{ | |
"amount": "4.66", | |
"taxAmount": "0.78", | |
"description": "GD001TBLUL Softstyle Adult Ringspun T-Shirt Tropical Blue L", | |
"taxTypeCode": "" | |
}, | |
{ | |
"amount": "4.76", | |
"taxAmount": "0.79", | |
"description": "GD072ASAPM Softstyle women's ringspun t-shirt Antique Sapphire M", | |
"taxTypeCode": "" | |
}, | |
{ | |
"amount": "4.76", | |
"taxAmount": "0.79", | |
"description": "GD072BLACS Softstyle women's ringspun t-shirt Black S", | |
"taxTypeCode": "" | |
}, | |
{ | |
"amount": "4.76", | |
"taxAmount": "0.79", | |
"description": "GD072HELIL Softstyle women's ringspun t-shirt Heliconia L", | |
"taxTypeCode": "" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment