{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"createUser": "string",
"updateUser": "string",
"sortParams": {
"property1": "string",
"property2": "string"
},
"id": 0,
"cashierId": 0,
"patientId": 0,
"prescriptionId": 0,
"status": "string",
"invoiceNumber": "string",
"totalAmount": 0,
"paidAmount": 0,
"queryItem": "string",
"queryDate": "2019-08-24",
"version": 0,
"costPrice": 0,
"actualPaidAmount": 0,
"paymentTime": "2019-08-24T14:15:22Z",
"discountAmount": 0,
"discountType": "string",
"cashier": 0,
"paymentMethod": "string",
"billType": "string",
"startDate": "2019-08-24",
"endDate": "2019-08-24"
}
curl --location --request POST 'http://localhost:8027/his/prescriptionBilling' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"createUser": "string",
"updateUser": "string",
"sortParams": {
"property1": "string",
"property2": "string"
},
"id": 0,
"cashierId": 0,
"patientId": 0,
"prescriptionId": 0,
"status": "string",
"invoiceNumber": "string",
"totalAmount": 0,
"paidAmount": 0,
"queryItem": "string",
"queryDate": "2019-08-24",
"version": 0,
"costPrice": 0,
"actualPaidAmount": 0,
"paymentTime": "2019-08-24T14:15:22Z",
"discountAmount": 0,
"discountType": "string",
"cashier": 0,
"paymentMethod": "string",
"billType": "string",
"startDate": "2019-08-24",
"endDate": "2019-08-24"
}'
{
"code": 0,
"msg": "string",
"data": {}
}