Skip to content

Instantly share code, notes, and snippets.

@adxio
Created July 31, 2019 11:53
Show Gist options
  • Save adxio/21921f38e1da27ed3b3a7a949d35607d to your computer and use it in GitHub Desktop.
Save adxio/21921f38e1da27ed3b3a7a949d35607d to your computer and use it in GitHub Desktop.
Junior Developer Test
Endpoint :
http://recruitment.api.makekimia.network/api
Path :
* /register (Register) [POST]
Required :
user_name (text)
user_email (text)
Return :
signature_key (text)
Please remeber your signature key or save on safe place
* /product (Get Product) [GET]
Return :
List of product
* /sales (Get Sales) [POST]
Required :
signature_key (text)
Return :
List of your sales inserted
* /sales/insert (Insert Sales) [POST]
Required :
signature_key (text)
payment_type (text, please use echannel)
gross_amount (int)
currency (text, IDR)
items (text, list of purchase item)
On items require :
item_id (text)
qty (int)
price (int)
total (int)
Scenario
1. Catur membeli bahan-bahan produksi di toko Yesi Berkah Jaya. Barang yang dibeli adalah : Exotic (1 pcs), Emulsifier (5) dan Fixadura (2).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment