Save Address
POST {{fulfillment_client_url}}/client/address
Save an address used by the client.
Body definition
name | Type | Description | Required |
---|---|---|---|
name | String | Name to identifie the address | true |
company | String | Name of company receiver | false |
String | Email direction of the order receiver | true | |
phone | String | Phone of the order receiver | true |
street | String | true | |
number | String | true | |
district | String | true | |
city | String | true | |
state | String | abbreviation in two letters | true |
country | String | abbreviation in two letters | true |
postalCode | String | true | |
reference | String | true |
Request Body
{"name"=>"Address 2", "company"=>"oskys factory", "email"=>"osgosf8@gmail.com", "phone"=>"8116300800", "street"=>"av vasconcelos", "number"=>"1400", "district"=>"mirasierra", "city"=>"Monterrey", "state"=>"NL", "country"=>"MX", "postalCode"=>"66236", "reference"=>""}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"check":true}