diff options
author | Filipp Lepalaan <f@230.to> | 2013-03-15 10:02:33 +0200 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2013-03-15 10:02:33 +0200 |
commit | 6495c80513a9a89eb437d0dbdf12af790d5795f1 (patch) | |
tree | dd069eaa412c2bb126c03cdb97dae266577e812f /tests | |
parent | b31003541e538d499a5e1dddc250e34e5a26282c (diff) | |
download | gsxlib-6495c80513a9a89eb437d0dbdf12af790d5795f1.tar.gz gsxlib-6495c80513a9a89eb437d0dbdf12af790d5795f1.tar.bz2 gsxlib-6495c80513a9a89eb437d0dbdf12af790d5795f1.zip |
Added fileData support for createCarryInRepair()
Diffstat (limited to 'tests')
-rw-r--r-- | tests/create_carryin_repair.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/create_carryin_repair.json b/tests/create_carryin_repair.json index 085c765..9780b51 100644 --- a/tests/create_carryin_repair.json +++ b/tests/create_carryin_repair.json @@ -1,10 +1,11 @@ { - "shipTo": "677592", + "popFaxed": "N", + "shipTo": "", "requestReviewByApple": "N", - "serialNumber": "C3TFJJTNDCP9", + "serialNumber": "", "symptom": "Does not work", "diagnosis": "Does not work", - "unitReceivedDate": "01/01/13", + "unitReceivedDate": "03/10/13", "unitReceivedTime": "12:00 AM", "checkIfOutOfWarrantyCoverage": "N", "overrideDiagnosticCodeCheck": "Y", @@ -12,7 +13,7 @@ "orderLines": [ { "partNumber": "FD661-6136", - "comptiaCode": "T03", + "comptiaCode": "E01", "comptiaModifier": "B", "abused": "Y", "outOfWarrantyFlag": "N", @@ -32,5 +33,6 @@ "companyName": "Apple Inc", "primaryPhone": "4088887766", "emailAddress": "abc@test.com" - } + }, + "fileData": "/tmp/test.pdf" } |