Last active
February 29, 2016 12:16
-
-
Save dreucodi/f31a840a65b9fbf45e63 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
curl -v -XPOST -d @w1.json -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'Authorization: Bearer t-o-k-e-n' https://api.w1.ru/KiiioskApi/merchant | |
{ | |
"PromoCode":"WLnAtQE", | |
"UserTypeId":"Personal", | |
"Url":"http://demo.kiiiosk.ru/", | |
"ResultUrl": "http://api.kiiiosk.ru/v1/callbacks/w1/payments/2/notify", | |
"Category": "WebDesign", | |
"CurrencyId": 643, | |
"Title": "demo.kiiiosk.ru", | |
"LegalCountry": "RU", | |
"LegalTitle": "Письменный Данил Викторович", | |
"LegalTaxNumber": "212906363506", | |
"LegalAddress": "г. Чебоксары, ул. Водопроводная, дом 7, кв 20", | |
"LegalRegNumber": "97 10 879024", | |
"AutoCreateOwner": false, | |
"Owner": | |
{ | |
"FirstName": "Данил", | |
"MiddleName": "Викторович", | |
"LastName": "Письменный", | |
"PhoneNumber": "79033891228", | |
"Email": "[email protected]" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment