Confirm inspection date and factory

Request
path Parameters
orderId
required
string

Inspection order id

query Parameters
password
required
string

Get the confirmation password from "Get inspection order" API, do the following steps to when sending the password:
Step 1: MD5
Step 2: Sha1 on the output of step 1

inspectionDate
required
string

format like 2016-12-01

containerReadyDate
required
string

format like 2016-12-01

Request Body schema: application/json
createTime
string <date-time>
updateTime
string <date-time>
createBy
string
updateBy
string
accessTime
string <date-time>
params
object
orderId
string
factoryId
string
factoryName
string
factoryNameCN
string
factoryMGRName
string
factoryMGRMobile
string
factoryMGRNumber
string
factoryMGREmail
string
factoryMGREmailList
Array of strings
factoryOtherName
string
factoryOtherMobile
string
factoryOtherNumber
string
factoryOtherEmail
string
factoryOtherEmailList
Array of strings
factoryAddress
string
factoryCity
string
factoryCityName
string
factoryProvince
string
factoryCountry
string
factoryContinent
string
factoryPostCode
string
factoryProductLines
string
factoryProductLinesList
Array of strings
departureCity
string
arrivalTime
string
factoryAIOffice
string
nbOfWorkers
integer <int32>
comments
string
coordinationRemark
string
isMutiLocation
string
id
string
factoryCityId
string
coordinatesLatitude
string
coordinatesLongitude
string
seq
integer <int32>
Responses
200

successful operation

put/order/v2/{orderId}/factory
Request samples
application/json
{
  • "createTime": "2019-08-24T14:15:22Z",
  • "updateTime": "2019-08-24T14:15:22Z",
  • "createBy": "string",
  • "updateBy": "string",
  • "accessTime": "2019-08-24T14:15:22Z",
  • "params": {
    },
  • "orderId": "string",
  • "factoryId": "string",
  • "factoryName": "string",
  • "factoryNameCN": "string",
  • "factoryMGRName": "string",
  • "factoryMGRMobile": "string",
  • "factoryMGRNumber": "string",
  • "factoryMGREmail": "string",
  • "factoryMGREmailList": [
    ],
  • "factoryOtherName": "string",
  • "factoryOtherMobile": "string",
  • "factoryOtherNumber": "string",
  • "factoryOtherEmail": "string",
  • "factoryOtherEmailList": [
    ],
  • "factoryAddress": "string",
  • "factoryCity": "string",
  • "factoryCityName": "string",
  • "factoryProvince": "string",
  • "factoryCountry": "string",
  • "factoryContinent": "string",
  • "factoryPostCode": "string",
  • "factoryProductLines": "string",
  • "factoryProductLinesList": [
    ],
  • "departureCity": "string",
  • "arrivalTime": "string",
  • "factoryAIOffice": "string",
  • "nbOfWorkers": 0,
  • "comments": "string",
  • "coordinationRemark": "string",
  • "isMutiLocation": "string",
  • "id": "string",
  • "factoryCityId": "string",
  • "coordinatesLatitude": "string",
  • "coordinatesLongitude": "string",
  • "seq": 0
}
Response samples
application/json
{
  • "draftId": "string",
  • "draftSteps": [
    ],
  • "order": {
    },
  • "products": [
    ]
}