Versions Compared

Key

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

End Point

https://app.browntape.com/0.11/manifests/get.json

Info

Note: This is a version 0.11 endpoint.

Parameters

Code Block
?username =XXXXXXXXXX
&auth_string =YYYYYYYYY
&manifest_id   =48961 (Browntape manifest id)

Response

Code Block
{
    "success": true,
    "data": {
       "Manifest": {
       "id": "48961",
       "courier_company": "dtdc",
       "created": "2017-08-10 07:05:15",
       "manifest_status_id": "1",
       "picked_up_at": null,
       "bt_manifest": "https://btesimages.s3.amazonaws.com/PdfManifestFiles/manifest-48961pdf",
       "channel_manifest": null   
    }  
  } 
}