Service
按一下這裡以取得完整的作業清單。
PutCardEndInfo_NEW
<上傳APS結帳資料NEW> _VENDER(廠商編號), _TOKENNUMBER(授權Token Number),_COMPNO(公司別), _PKIND(MOTO機車 / CAR汽車), _FLOORS(樓層), _AREAS(區域), _PEOFLAG(身分別),_APSNO(APS編號),_CARDNO(卡號),_EINVONO(發票號碼),_INVONO(統一編號),_RUNNO(發票隨機號碼),_INDATE(進場時間),_OUTDATE(出場時間),_PARKCOUNT(停車時數),_AMOUNT(繳費金額),_PFCOUNT(優惠實數),_CASHAMOUNT(信金繳費),_CREDITAMOUNT(信用卡繳費),_IPASSAMOUNT(小額付費),_CARRIERTYPE(載具類別), _CARRIERID1(載具顯碼id), _CARRIERID2(載具隱碼id), _NPOBAN(捐贈愛心碼), @Return(回傳值)
測試
測試表單只適用於來自本機電腦的要求。SOAP 1.1
下列是 SOAP 1.1 要求與回應的範例。預留位置顯示之處必須代入實際的值。
POST /Service.asmx HTTP/1.1 Host: 60.249.118.53 Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/PutCardEndInfo_NEW" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <PutCardEndInfo_NEW xmlns="http://tempuri.org/"> <_VENDER>string</_VENDER> <_TOKENNUMBER>string</_TOKENNUMBER> <_COMPNO>string</_COMPNO> <_PKIND>string</_PKIND> <_FLOORS>string</_FLOORS> <_AREAS>string</_AREAS> <_PEOFLAG>string</_PEOFLAG> <_APSNO>string</_APSNO> <_CARDNO>string</_CARDNO> <_EINVONO>string</_EINVONO> <_INVONO>string</_INVONO> <_RUNNO>string</_RUNNO> <_INDATE>string</_INDATE> <_OUTDATE>string</_OUTDATE> <_PARKCOUNT>string</_PARKCOUNT> <_AMOUNT>string</_AMOUNT> <_PFCOUNT>string</_PFCOUNT> <_CASHAMOUNT>string</_CASHAMOUNT> <_CREDITAMOUNT>string</_CREDITAMOUNT> <_IPASSAMOUNT>string</_IPASSAMOUNT> <_CARRIERTYPE>string</_CARRIERTYPE> <_CARRIERID1>string</_CARRIERID1> <_CARRIERID2>string</_CARRIERID2> <_NPOBAN>string</_NPOBAN> </PutCardEndInfo_NEW> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <PutCardEndInfo_NEWResponse xmlns="http://tempuri.org/"> <PutCardEndInfo_NEWResult /> </PutCardEndInfo_NEWResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
下列是 SOAP 1.2 要求與回應的範例。預留位置顯示之處必須代入實際的值。
POST /Service.asmx HTTP/1.1 Host: 60.249.118.53 Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <PutCardEndInfo_NEW xmlns="http://tempuri.org/"> <_VENDER>string</_VENDER> <_TOKENNUMBER>string</_TOKENNUMBER> <_COMPNO>string</_COMPNO> <_PKIND>string</_PKIND> <_FLOORS>string</_FLOORS> <_AREAS>string</_AREAS> <_PEOFLAG>string</_PEOFLAG> <_APSNO>string</_APSNO> <_CARDNO>string</_CARDNO> <_EINVONO>string</_EINVONO> <_INVONO>string</_INVONO> <_RUNNO>string</_RUNNO> <_INDATE>string</_INDATE> <_OUTDATE>string</_OUTDATE> <_PARKCOUNT>string</_PARKCOUNT> <_AMOUNT>string</_AMOUNT> <_PFCOUNT>string</_PFCOUNT> <_CASHAMOUNT>string</_CASHAMOUNT> <_CREDITAMOUNT>string</_CREDITAMOUNT> <_IPASSAMOUNT>string</_IPASSAMOUNT> <_CARRIERTYPE>string</_CARRIERTYPE> <_CARRIERID1>string</_CARRIERID1> <_CARRIERID2>string</_CARRIERID2> <_NPOBAN>string</_NPOBAN> </PutCardEndInfo_NEW> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <PutCardEndInfo_NEWResponse xmlns="http://tempuri.org/"> <PutCardEndInfo_NEWResult /> </PutCardEndInfo_NEWResponse> </soap12:Body> </soap12:Envelope>