Issues
-
cannot get the TOKEN when calling LoginUser
POST https://urgentcargus.azure-api.net/api/LoginUser HTTP/1.1 Host: urgentcargus.azure-api.net Content-Type: application/json Ocp-Apim-Subscription-Key: REMOVED { "UserName": "catalin.ciochina@infoquest.ro", "Password": "REMOVED" } Pragma: no-cache Request-Context: appId=cid-v1:b9275847-50d7-48ca-a6da-d5e1d8feca39 Cache-Control: no-cache Date: Wed, 14 Feb 2018 19:13:44 GMT Set-Cookie: ARRAffinity=a14e0af18371a67f7f4655d00f329d4444598a3defa059c33dc40bd444;Path=/;HttpOnly;Domain=webexpress2api.azurewebsites.net X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET Content-Length: 28 Content-Type: application/json; charset=utf-8 Expires: -1 { "Error": "Could not login!" }
Status: Proposed | Reported by Hidden Wed, 14 Feb 2018 19:18:33 GMT -
AwbTrace_Get
Hello, I constantly receive error 204 "No content" when using AwbTrace with GET. In the WebExpress interface the information is complete for the same AWB. =========================================== GET https://urgentcargus.azure-api.net/api/AwbTrace?barCode=837715301 HTTP/1.1 Host: urgentcargus.azure-api.net Authorization: Bearer KE49a6nuaUk_xrFjhH5H_2UJLeDAax-m4CFz8m9VoUsy_AnRPp Ocp-Apim-Subscription-Key: •••••••••••••••••••••••••••••••• =========================================== Is there something wrong? Thank you, Lorand.
Status: Proposed | Reported by Hidden Thu, 05 Oct 2017 14:33:51 GMT -
There is no active user with the provided credential
Hi, I keep receiving the following error message "There is no active user with the provided credential" every time i try to login using the api test interface; Can you please help? Thanks
Status: Proposed | Reported by Hidden Mon, 28 Aug 2017 05:15:02 GMT -
How many times takes Application moderation?
Hello. Application submitted at 04/13/2017 How many times takes Application moderation?
Status: Proposed | Reported by Hidden Wed, 26 Apr 2017 07:31:25 GMT -
PDF_AwbDocuments
How can i print the AWBs in the requested order not the awb nr numerical ascending order. For example: ....AwbDocuments?type=PDF&format=0&barCodes=[829161504,829157624,829161513]&printOneAwbPerPage=1&printMainOnce=1' will print the PDF in the following order [829157624, 829161504, 829161513] even if they were requested in a different order. This is required in order to sort the AWBs based on the products ordered, nr of products in AWb..etc.
Status: Proposed | Reported by Hidden Fri, 17 Mar 2017 17:34:28 GMT -
CURL Error Protocol " https" not supported or disabled in libcurl
CURL Error Protocol " https" not supported or disabled in libcurl
Status: Proposed | Reported by Hidden Fri, 06 Jan 2017 15:11:35 GMT -
Array ( [message] => {"Error":"Could not login!"} [status] => 409 )
Using Primary key and Secondary key and account email and password i get this error when i try to login with PHP, i first call the UrgentCurier classand after that i use the login script from documentation. How can I solve this problem?
Status: Proposed | Reported by Hidden Thu, 22 Sep 2016 07:13:59 GMT -
Post AWBs
I am getting the following response: Response status code does not indicate success: 401 (Access Denied). using as credentials: HttpContent content = new FormUrlEncodedContent(postData); content.Headers.ContentType = new MediaTypeHeaderValue("application/json"); var queryString = HttpUtility.ParseQueryString(string.Empty); HttpClient httpClient = new HttpClient(); httpClient.BaseAddress = new Uri("https://urgentcargus.azure-api.net/api/Awbs?" + queryString); httpClient.DefaultRequestHeaders.Add("Ocp-Apim-Subscription-Key", "{ffe702d5fa7c4721bd4929f43da261b3}"); HttpResponseMessage myResponse = httpClient.PostAsync(httpClient.BaseAddress, content).Result; myResponse.EnsureSuccessStatusCode(); Thank you
Status: Proposed | Reported by Hidden Tue, 06 Sep 2016 12:20:38 GMT -
Account validation
hi, i keep receiving the following error message "There is no active user with the provided credential" every time i try to login using the api test interface; Can you please help? Thanks
Status: Proposed | Reported by Hidden Tue, 19 Jul 2016 06:09:33 GMT -
Can't get country ids
Im trying to get all contries codes so that i can use them.I'm using Countries_get function https://urgentcargus.portal.azure-api.net/docs/services/55acb9ae5f80b911a8f59a5f/operations/55acb9ae5f80b914f88a151a . I get 404 error resource not found
Status: Proposed | Reported by Hidden Tue, 14 Jun 2016 14:12:23 GMT
You're not signed in. Please sign-in to report an issue or post a comment.