FrontToken: ********************{
"id": "string",
"sharedToUserId": "string",
"sharedUserId": "string",
"status": "string",
"sharedAmount": 0,
"usedAmount": 0,
"paymentOrder": 0,
"acceptTime": "2019-08-24T14:15:22.123Z",
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z",
"isOwnAccount": "string",
"type": 0,
"balancePaymentAmount": 0,
"couponPaymentAmount": 0
}curl --location --request PUT '/front/user/sharedaccount' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"sharedToUserId": "string",
"sharedUserId": "string",
"status": "string",
"sharedAmount": 0,
"usedAmount": 0,
"paymentOrder": 0,
"acceptTime": "2019-08-24T14:15:22.123Z",
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z",
"isOwnAccount": "string",
"type": 0,
"balancePaymentAmount": 0,
"couponPaymentAmount": 0
}'{
"error": true,
"data": {},
"success": true,
"warn": true,
"empty": true,
"property1": {},
"property2": {}
}