Pcb
PCBWay Interface
| API | Description |
|---|---|
| POST api/Pcb/GetFreightByOrder |
Get shipping cost (Call before payment.) |
| POST api/Pcb/PcbQuotation |
PCB quote interface |
| POST api/Pcb/PlaceOrder |
Add to Cart |
| POST api/Pcb/ConfirmOrder |
Confirm orders/Make Payment |
| POST api/Pcb/CheckOrderDetails |
Check order details |
| POST api/Pcb/CheckTGroupOrder |
Check Awaiting-Payment Order Package |
| POST api/Pcb/PayTGroupOrder |
Pay for Awaiting-Payment Order Package |
| POST api/Pcb/CancelTGroupOrder |
Cancel Awaiting-Payment Order Package |
| POST api/Pcb/CheckGroupOrder |
Check Order Package Details |
| POST api/Pcb/CancelOrder |
Cancel Order |
| POST api/Pcb/QueryOrderProcess |
Check Fabrication Status |
Account
Account API
| API | Description |
|---|---|
| POST api/Account/QueryBalance |
Query account balance |
SMT
PCBWay Interface
| API | Description |
|---|---|
| POST api/SMT/SMTQuotation |
SMT quote interface |
Address
Address API
| API | Description |
|---|---|
| POST api/Address/GetCountry |
Get All Country |
| POST api/Address/GetState |
Get State |
| POST api/Address/GetCity |
Get City |
GoGo
提供给gogo的方法
| API | Description |
|---|---|
| POST api/GoGo/AddSmtOrder |
创建订单 |
| POST api/GoGo/ReSmtOrder |
创建返单 |
| POST api/GoGo/CloseSmtOrder?id={id} |
取消订单 |
| POST api/GoGo/GetOutKeyModel?id={id} |
获取key |
| POST api/GoGo/GetSmtICList?id={id}&isLock={isLock} |
获取ic报价列表 |
| POST api/GoGo/ChangLockBomHistory?id={id}&isLock={isLock} |
变更bom清单锁定状态 |
| POST api/GoGo/ChangeICLock |
变更IC锁定状态 |
| POST api/GoGo/UpdateICList |
更新IC列表 |
| POST api/GoGo/GetOldSmtICList?id={id}&isLock={isLock} |
获取ic报价列表(老单) |
| POST api/GoGo/BindOldGoGoOrder |
绑定gogo老单 |
| POST api/GoGo/SetCurrentCycleNum?id={id}&cycleNum={cycleNum} |
设置当前套数 |
| POST api/GoGo/AddCBSTransactionDetail |
手工创建交易明细 |
| POST api/GoGo/BatchCBSClaim |
批量设置认领中 |
| POST api/GoGo/CBSClaimed |
设置已认领(已创建申请单时调用) |
| POST api/GoGo/CBSCancelClaim |
取消认领 |
| POST api/GoGo/GetCBSTransactionDetailPage |
获取分页列表 |
| POST api/GoGo/ApplyCBSTransactionDetail |
更新审核状态 (通过、不通过) |
| POST api/GoGo/GetCBSTransactionDetailLogPage |
获取CBS交易记录日志 |