Last active
April 21, 2020 15:02
-
-
Save annibuliful/458f6f106c90f47129ea3dd2835f4cef to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"subCategoryId": 2, | |
"newCode": "{{$randomFirstName}}", | |
"type": "IN-HOUSE", | |
"oldCode": "{{$randomFirstName}}", | |
"name": "{{$randomFirstName}}", | |
"description": "product Description", | |
"caution": "product Caution", | |
"specification": "product product spect", | |
"packingList": { | |
"1 โหล": "5 ชิ้น" | |
}, | |
"priceValues": [ | |
{ | |
"name": "retail", | |
"price": 1000 | |
} | |
], | |
"supplierIds": [ | |
{ | |
"supplierId": 2, | |
"licenseInfo": { | |
"book1": { | |
"name": "test Book", | |
"fileUrl": "www.google.com" | |
} | |
} | |
} | |
], | |
"images": [], | |
"isPin": false, | |
"isSterlize": false, | |
"liveStatus": true, | |
"unit": "โหลด", | |
"suggestion": "wwww", | |
"packaging": "Blister", | |
"costPrice": 100 | |
} |
This file contains hidden or 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
{ | |
"message": "created", | |
"productId": 6, | |
"subCategoryId": 2, | |
"name": "Landen", | |
"oldCode": "Gideon", | |
"newCode": "Tobin", | |
"packaging": "Blister", | |
"images": [], | |
"type": "IN-HOUSE", | |
"isPin": false, | |
"isSterlize": false, | |
"liveStatus": true, | |
"unit": "โหลด", | |
"packingList": { | |
"1 โหล": "5 ชิ้น" | |
}, | |
"shortDescription": null, | |
"description": "product Description", | |
"specification": "product product spect", | |
"caution": "product Caution", | |
"suggestion": "wwww", | |
"costPrice": "100.00", | |
"createAt": "2020-04-21T15:02:17.698Z", | |
"updateAt": "2020-04-21T15:02:17.698Z", | |
"suppliersInfo": [ | |
{ | |
"prodSupplierId": 1, | |
"productId": 6, | |
"licenseInfo": { | |
"book1": { | |
"name": "test Book", | |
"fileUrl": "www.google.com" | |
} | |
}, | |
"supplierId": 2, | |
"createAt": "2020-04-21T15:02:17.698Z", | |
"updateAt": "2020-04-21T15:02:17.698Z" | |
} | |
], | |
"optionsInfo": [], | |
"pricesInfo": [ | |
{ | |
"priceId": 5, | |
"productId": 6, | |
"name": "retail", | |
"price": "1000.00", | |
"createAt": "2020-04-21T15:02:17.698Z", | |
"updateAt": "2020-04-21T15:02:17.698Z" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment