34 lines
643 B
YAML
34 lines
643 B
YAML
info:
|
|
name: change-order-address
|
|
type: http
|
|
seq: 3
|
|
|
|
http:
|
|
method: GET
|
|
url: http://localhost:3000/api/v1/restricted/orders/change-order-address?order_id=1&country_id=1
|
|
params:
|
|
- name: order_id
|
|
value: "1"
|
|
type: query
|
|
- name: country_id
|
|
value: "1"
|
|
type: query
|
|
body:
|
|
type: json
|
|
data: |-
|
|
{
|
|
"postal_code": "31-154",
|
|
"city": "Kraków",
|
|
"voivodeship": "śląskie",
|
|
"street": "Długa",
|
|
"building_no": "5",
|
|
"recipient": "Adam Adamowicz"
|
|
}
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|