Skip to content

Commit

Permalink
add delivery address first and last name to /packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkucera committed Nov 29, 2014
1 parent 386f3f4 commit a50d7a0
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,10 @@ List packages which are in a warehouse
}
],
"shipping": {
"address": {
"firstName": "Jon",
"lastName": "Snow"
},
"method": {
"alias": "DHL_EXPRESS",
"name": "DHL Express"
Expand Down Expand Up @@ -677,6 +681,10 @@ List packages which are in a warehouse
}
],
"shipping": {
"address": {
"firstName": "Jon",
"lastName": "Snow"
},
"method": {
"alias": "DHL_EXPRESS",
"name": "DHL Express"
Expand Down Expand Up @@ -730,6 +738,10 @@ List packages which are in a warehouse
}
],
"shipping": {
"address": {
"firstName": "Jon",
"lastName": "Snow"
},
"method": {
"alias": "DHL_EXPRESS",
"name": "DHL Express"
Expand Down Expand Up @@ -783,6 +795,10 @@ List packages which are in a warehouse
}
],
"shipping": {
"address": {
"firstName": "Jon",
"lastName": "Snow"
},
"method": null
}
},
Expand Down Expand Up @@ -833,6 +849,10 @@ List packages which are in a warehouse
}
],
"shipping": {
"address": {
"firstName": "Jon",
"lastName": "Snow"
},
"method": null
}
}
Expand Down Expand Up @@ -892,6 +912,10 @@ List packages which have been already sent
}
],
"shipping": {
"address": {
"firstName": "Jon",
"lastName": "Snow"
},
"method": {
"alias": "DHL_EXPRESS",
"name": "DHL Express"
Expand Down Expand Up @@ -945,6 +969,10 @@ List packages which have been already sent
}
],
"shipping": {
"address": {
"firstName": "Jon",
"lastName": "Snow"
},
"method": {
"alias": "DHL_EXPRESS",
"name": "DHL Express"
Expand Down Expand Up @@ -998,6 +1026,10 @@ List packages which have been already sent
}
],
"shipping": {
"address": {
"firstName": "Jon",
"lastName": "Snow"
},
"method": {
"alias": "DHL_EXPRESS",
"name": "DHL Express"
Expand Down

0 comments on commit a50d7a0

Please sign in to comment.