Creates a new FeeSched
Success
Unauthorized
{- "fee_Sched": "string",
- "always_Use_Schedule": "s",
- "description": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "process_Adj_Disc_By_Amount": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "fee_Sched": "string",
- "always_Use_Schedule": "s",
- "description": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "process_Adj_Disc_By_Amount": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all FeeSched
Success
Unauthorized
Copy an existing Fee Schedule to a new Fee Schedule.
Success
Unauthorized
{- "old_Fee_Sched": "string",
- "new_Fee_Sched": "string",
- "old_Eff_Date": "2019-08-24T14:15:22Z",
- "new_Eff_Date": "2019-08-24T14:15:22Z",
- "description": "string",
- "percent_Change": 0.1,
- "user_ID": "string"
}
{- "data": {
- "fee_Sched": "string",
- "always_Use_Schedule": "s",
- "description": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "process_Adj_Disc_By_Amount": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Copy an existing Fee Schedule to a new Fee Schedule and adjust the resulting discount in the new Fee Schedule.
Success
Unauthorized
{- "old_Fee_Sched": "string",
- "new_Fee_Sched": "string",
- "old_Eff_Date": "2019-08-24T14:15:22Z",
- "new_Eff_Date": "2019-08-24T14:15:22Z",
- "description": "string",
- "percent_Change": 0.1,
- "user_ID": "string"
}
{- "data": {
- "fee_Sched": "string",
- "always_Use_Schedule": "s",
- "description": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "process_Adj_Disc_By_Amount": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Updates a specific FeeSched.
Success
Unauthorized
{- "fee_Sched": "string",
- "always_Use_Schedule": "s",
- "description": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "process_Adj_Disc_By_Amount": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "fee_Sched": "string",
- "always_Use_Schedule": "s",
- "description": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "process_Adj_Disc_By_Amount": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple FeeSched at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "fee_Sched": "string",
- "always_Use_Schedule": "s",
- "description": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "process_Adj_Disc_By_Amount": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}