Creates a new PlanAuthPenalty
Success
Unauthorized
{- "planAuthPenalty_Key": 0,
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "penalty": 0.1,
- "penalty_Max": 0.1,
- "penalty_Pct": true,
- "penalty_Type": "string",
- "plan_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "planAuthPenalty_Key": 0,
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "penalty": 0.1,
- "penalty_Max": 0.1,
- "penalty_Pct": true,
- "penalty_Type": "string",
- "plan_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "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 PlanAuthPenalty.
Success
Unauthorized
{- "planAuthPenalty_Key": 0,
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "penalty": 0.1,
- "penalty_Max": 0.1,
- "penalty_Pct": true,
- "penalty_Type": "string",
- "plan_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "planAuthPenalty_Key": 0,
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "penalty": 0.1,
- "penalty_Max": 0.1,
- "penalty_Pct": true,
- "penalty_Type": "string",
- "plan_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "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 PlanAuthPenalty at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "planAuthPenalty_Key": 0,
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "penalty": 0.1,
- "penalty_Max": 0.1,
- "penalty_Pct": true,
- "penalty_Type": "string",
- "plan_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "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"
}
}