38 lines
733 B
YAML
38 lines
733 B
YAML
info:
|
|
name: place-new-order
|
|
type: http
|
|
seq: 1
|
|
|
|
http:
|
|
method: POST
|
|
url: http://localhost:3000/api/v1/restricted/orders/place-new-order?cart_id=1&name=sdjalksd&country_id=1
|
|
params:
|
|
- name: cart_id
|
|
value: "1"
|
|
type: query
|
|
- name: name
|
|
value: sdjalksd
|
|
type: query
|
|
- name: country_id
|
|
value: "1"
|
|
type: query
|
|
body:
|
|
type: json
|
|
data: |-
|
|
{
|
|
"postal_code": "31-154",
|
|
"city": "Kraków",
|
|
"voivodeship": "małopolskie",
|
|
"street": "Długa",
|
|
"building_no": "5",
|
|
"apartment_no": "7",
|
|
"recipient": "Jan Kowalski"
|
|
}
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|