access-token: ********************
{
"applyName": "string",
"businessLicense": "string",
"city": "string",
"cityCode": "string",
"code": "string",
"contractName": "string",
"contractPhone": "string",
"customerAddress": "string",
"customerCode": "string",
"customerId": 0,
"customerLevel": "string",
"customerName": "string",
"customerType": 0,
"depositAmount": 0,
"depositPoints": "string",
"depositType": 0,
"deviceBrand": "string",
"deviceModel": "string",
"deviceModelUrl": "string",
"deviceType": 0,
"district": "string",
"districtCode": "string",
"id": 0,
"idCardBack": "string",
"idCardFront": "string",
"lat": 0,
"locationType": 0,
"lon": 0,
"modeType": 0,
"noDepositPoints": "string",
"objectCategory": 0,
"objectDisplay": 0,
"photoNote": "string",
"photoUrl": "string",
"processId": "string",
"province": "string",
"provinceCode": "string",
"regionId": 0,
"serialNumber": "string",
"sourceType": 0,
"status": 0,
"urgent": 0,
"urgentAmount": 0,
"useTime": 0,
"warehouseVirtuallyCode": "string",
"warehouseVirtuallyId": 0
}
curl --location --request POST '/put-in-apply/create' \
--header 'Content-Type: application/json' \
--header 'access-token;' \
--data-raw '{
"applyName": "string",
"businessLicense": "string",
"city": "string",
"cityCode": "string",
"code": "string",
"contractName": "string",
"contractPhone": "string",
"customerAddress": "string",
"customerCode": "string",
"customerId": 0,
"customerLevel": "string",
"customerName": "string",
"customerType": 0,
"depositAmount": 0,
"depositPoints": "string",
"depositType": 0,
"deviceBrand": "string",
"deviceModel": "string",
"deviceModelUrl": "string",
"deviceType": 0,
"district": "string",
"districtCode": "string",
"id": 0,
"idCardBack": "string",
"idCardFront": "string",
"lat": 0,
"locationType": 0,
"lon": 0,
"modeType": 0,
"noDepositPoints": "string",
"objectCategory": 0,
"objectDisplay": 0,
"photoNote": "string",
"photoUrl": "string",
"processId": "string",
"province": "string",
"provinceCode": "string",
"regionId": 0,
"serialNumber": "string",
"sourceType": 0,
"status": 0,
"urgent": 0,
"urgentAmount": 0,
"useTime": 0,
"warehouseVirtuallyCode": "string",
"warehouseVirtuallyId": 0
}'
{
"code": "string",
"data": "string",
"message": "string",
"success": true
}