Authorization: Bearer ********************
curl --location --request GET 'finance-gateway.hdltest.com/acct-payablehomePage/changeShop/' \
--header 'user_id: {{user_id}}' \
--header 'username: {{username}}' \
--header 'user_key: {{user_key}}'
{
"psShopName": "string",
"psShopCode": "string",
"shopTask": "string",
"billDate": "string",
"meterReadingDate": "string",
"supplyList": [
{
"supplyName": "string",
"supplyCode": "string",
"electricityCharge": "string",
"waterCharge": "string",
"gasCharge": "string",
"dosage": "string",
"discrepancy": "string",
"comparedWithLastMonth": "string",
"unitPrice": "string",
"differenceReminder": "string"
}
]
}