POST api/GoGo/BindOldGoGoOrder
绑定gogo老单
Request Information
URI Parameters
None.
Body Parameters
BindOldGoGoOrderDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ProNo |
pcbway smt订单单号 |
string |
None. |
| GoGoPcbNo |
gogo pcb单号 |
string |
None. |
| GoGoSmtNo |
gogoSmt单号 |
string |
None. |
| SiteType |
1:日文站 2:英文站 |
integer |
None. |
| ActionName |
操作人名称 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProNo": "sample string 1",
"GoGoPcbNo": "sample string 2",
"GoGoSmtNo": "sample string 3",
"SiteType": 4,
"ActionName": "sample string 5"
}
Response Information
Resource Description
ResponseModelOfBindOldGoGoOrderOutputDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | BindOldGoGoOrderOutputDto |
None. |
|
| Status |
Request processing results ('ok' or 'error') |
string |
None. |
| ErrorText |
Error Description ( Empty when request processing successfully ) |
string |
None. |
| Code |
状态码 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"IsPayOrder": true,
"Id": 2,
"ProNo": "sample string 3",
"GoGoPcbNo": "sample string 4",
"GoGoSmtNo": "sample string 5",
"BomFilePath": "sample string 6",
"BomFileName": "sample string 7",
"BOMFilePathByAdmin": "sample string 8",
"BOMFileNameByAdmin": "sample string 9",
"Qty": 10,
"CentroidFilePath": "sample string 11",
"CentroidFileName": "sample string 12",
"GerbersFilePath": "sample string 13",
"GerbersFileName": "sample string 14",
"Note": "sample string 15",
"Reason": "sample string 16"
},
"Status": "sample string 1",
"ErrorText": "sample string 2",
"Code": 3
}