Creates a new FeeSchedEffDate
Success
Unauthorized
{- "fee_Sched": "string",
- "effective_Date": "2019-08-24T14:15:22Z"
}
{- "data": {
- "fee_Sched": "string",
- "effective_Date": "2019-08-24T14:15:22Z"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all FeeSchedEffDate for the given feeSched
Success
Unauthorized
Create multiple FeeSchedEffDate at once. If the entity does not exist, it will be created. If the entity exists, an error message will be returned for that id.
Success
Unauthorized
[- {
- "fee_Sched": "string",
- "effective_Date": "2019-08-24T14:15:22Z"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}