Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

A kérésben szereplő token hiányos

A kérésben szereplő token hiányos, csak az első néhány karaktert tartalmazza.

POST /api/mailer/batch-recognize HTTP/1.1
Host: taddress.hibridlevel.xyz
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJSUzI1NiJ9.eyJpZCI...
Cache-Control: no-cache
Postman-Token: 1779e815-437b-3537-fe5d-92d2b006c125
 
{
    "addressRecognitionRequests": [
        {
            "fullAddress": "This is an invalid address",
            "consignmentIdentifier": {
                "orderId": "1",
                "consignmentId": "1"
            },
            "serviceType": "NORMAL",
            "expectedPostDate": "2017-09-20"
        },
        {
            "fullAddress": "Dunaújváros Verebély u. 8 2400",
            "consignmentIdentifier": {
                "orderId": "1",
                "consignmentId": "2"
            },
            "serviceType": "NORMAL",
            "expectedPostDate": "2017-09-21"
        }
    ]
}


  • No labels