{
"address": "string",
"applyStatus": 0,
"assetCode": "string",
"contacts": "string",
"createAt": "2019-08-24T14:15:22Z",
"createBy": 0,
"deviceName": "string",
"id": 0,
"lat": 0,
"lon": 0,
"malfunctionTypeIds": [
0
],
"message": "string",
"mobile": "string",
"number": "string",
"photoVos": [
{
"createAt": "2019-08-24T14:15:22Z",
"createBy": 0,
"id": 0,
"malfunctionName": "string",
"malfunctionTypeId": 0,
"repairId": 0,
"repairType": "string",
"special": 0,
"updateAt": "2019-08-24T14:15:22Z",
"updateBy": 0,
"url": "string"
}
],
"repairType": "string",
"shopId": 0,
"source": "string",
"updateAt": "2019-08-24T14:15:22Z",
"updateBy": 0,
"virtuallyId": 0,
"wmId": "string",
"wmMobile": "string",
"wmName": "string"
}
curl --location --request POST '/malfunction-repair/submit-apply-check' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "string",
"applyStatus": 0,
"assetCode": "string",
"contacts": "string",
"createAt": "2019-08-24T14:15:22Z",
"createBy": 0,
"deviceName": "string",
"id": 0,
"lat": 0,
"lon": 0,
"malfunctionTypeIds": [
0
],
"message": "string",
"mobile": "string",
"number": "string",
"photoVos": [
{
"createAt": "2019-08-24T14:15:22Z",
"createBy": 0,
"id": 0,
"malfunctionName": "string",
"malfunctionTypeId": 0,
"repairId": 0,
"repairType": "string",
"special": 0,
"updateAt": "2019-08-24T14:15:22Z",
"updateBy": 0,
"url": "string"
}
],
"repairType": "string",
"shopId": 0,
"source": "string",
"updateAt": "2019-08-24T14:15:22Z",
"updateBy": 0,
"virtuallyId": 0,
"wmId": "string",
"wmMobile": "string",
"wmName": "string"
}'
{
"code": "string",
"data": "string",
"message": "string",
"success": true
}