项目

一般

简介

错误 #131

36/5000 Order and Customer provide request/response

Adam Wang超过 3 年 之前添加. 更新于 超过 3 年 之前.

状态:
已解决
优先级:
立刻
指派给:
开始日期:
2020-11-20
计划完成日期:
% 完成:

100%

预期时间:
DK-Feedback:
DKUS

描述

we are using the below service for the next gen cart. In this regard, we would request you to provide us the service contract request/ response.

Order - Order Status , OrderInfo and NonWebOrder
SearchOrderStatus ,
searchSaleOrderInfo ,
searchNonWebOrderList,

Customer - Create/Update
importBillReturn.


文件

接口reponse和request.txt (7.13 KB) 接口reponse和request.txt Adam Wang, 2020-11-20 18:28
reponseAndRequestJsonType.docx (22.3 KB) reponseAndRequestJsonType.docx Adam Wang, 2020-11-25 19:45
#1

Adam Wang 更新于 超过 3 年 之前

  • 状态新建 变更为 进行中
  • % 完成0 变更为 100

We'll provide request/response before next Monday.

#2

Adam Wang 更新于 超过 3 年 之前

  • % 完成100 变更为 90
#3

Adam Wang 更新于 超过 3 年 之前

#4

Adam Wang 更新于 超过 3 年 之前

Thank you for the spreadsheet. For few of the response, I still see the datatype is define as null which make us difficult to generating the class in Visual Studio as it treat the null as Object i.e The object could be int, string, double or other json object and object cannot be map in the response sent to client(MyDigikey App).

Here is the response in the document.
EAS webservice地址:http://10.3.3.38:7888/ormrpc/services/WSDKSCMWebServiceFacade
request:WEB1011603821465368
response: {
"shipment": [{ //array
"soId": "wYkAAAB/KfTEikI6",//String
"soNo": "WEB1011603821465368", //String
"purReceiveId": null, //null
"purReceiveNumber": null,//null
"expressNo": null,//null
"orderStatus": {//object
"paymentConfirmed": null,//null
"orderConfirmed": null,//null
"shippedFromDKUS": null,//null
"custClearProc": null,//null
"shippedFromCLC": null,//null
"VATInvSent": null,//null
"sfSigninDatetime": null,//null
"sfOrderDateTime": null,//null
"cancelled": null//null
},
"upsNo": null,//null
"shipmentEntry": null,//null
"emsNo": null,//null
"VATInvoiceURL": null,//null
"invoiceNum": null//null
}],
"status": "SUCCESS", //String
"errMsg": null//null
}

In this regards, we would request you to provide the datatype type for the field which are defined as null.

导出 Atom PDF