Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

{"BasketGuid":"80d968618ae54b4bae699a3b39aaadf5","CheckoutUrl":"http://checkout.api.staging.milkbooks.com/start.aspx?token=3456bbc7-0494-435f-b7da-e37d0e696500"}

 

Retrieve Orders

Wiki Markup
{Not deployed to Staging Yet}

Request:

GET http://api.staging.milkbooks.com/orders HTTP/1.1
content-type: application/json
accept: application/json
x-milk-api-key: 12345678-1234-1234-1234-123456789012
x-milk-session-id: aH41qm9/cnNEMCz3CAgs
Host: api.staging.milkbooks.com
Content-Length: 0

Response:

HTTP/1.1 200 OK
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Orders":[{"OrderGuid":"00000000000000000000000000000000","Lines":[{"Id":0,"ProjectGuid":"e92f870a47fa4326b97bb21e074fd540","Quantity":1,"Total":39.95000000}],
"OrderTotal":39.5,"Status":"Processing","CreatedDateUtc":"\/Date(-62135596800000+1300)\/","CompletedDateUtc":"\/Date(-62135596800000+1300)\/","LastSavedDateUtc":"\/Date(-62135596800000+1300)\/"}]}