access-token: ********************
{
"assetCode": "string",
"assetCodePhotoUrl": "string",
"checkLocation": true,
"checkPhotoUrl": "string",
"doorPhotoUrl": "string",
"environmentalPhotoUrl": "string",
"installPhotoUrl": "string",
"lat": 0,
"loadingId": 0,
"locationDoorPhotoUrl": "string",
"locationRemark": "string",
"lon": 0,
"putInOrderId": 0,
"reason": "string",
"remark": "string",
"returnId": 0,
"reviewPhotoUrl": "string",
"scanRemark": "string"
}
curl --location --request POST '/warehouse/device-loading/position-scanning-for-type-b' \
--header 'Content-Type: application/json' \
--header 'access-token;' \
--data-raw '{
"assetCode": "string",
"assetCodePhotoUrl": "string",
"checkLocation": true,
"checkPhotoUrl": "string",
"doorPhotoUrl": "string",
"environmentalPhotoUrl": "string",
"installPhotoUrl": "string",
"lat": 0,
"loadingId": 0,
"locationDoorPhotoUrl": "string",
"locationRemark": "string",
"lon": 0,
"putInOrderId": 0,
"reason": "string",
"remark": "string",
"returnId": 0,
"reviewPhotoUrl": "string",
"scanRemark": "string"
}'
{
"code": "string",
"data": "string",
"message": "string",
"success": true
}