Creates a new PlanProcedureAge
Success
Unauthorized
{- "procedureAgeKey": 0,
- "age_Range_Type": "s",
- "age_Type": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "from_Age": 0,
- "from_Procedure": "string",
- "plan_ID": "string",
- "thru_Age": 0,
- "thru_Procedure": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "procedureAgeKey": 0,
- "age_Range_Type": "s",
- "age_Type": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "from_Age": 0,
- "from_Procedure": "string",
- "plan_ID": "string",
- "thru_Age": 0,
- "thru_Procedure": "string",
- "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 PlanProcedureAge.
Success
Unauthorized
{- "procedureAgeKey": 0,
- "age_Range_Type": "s",
- "age_Type": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "from_Age": 0,
- "from_Procedure": "string",
- "plan_ID": "string",
- "thru_Age": 0,
- "thru_Procedure": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "procedureAgeKey": 0,
- "age_Range_Type": "s",
- "age_Type": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "from_Age": 0,
- "from_Procedure": "string",
- "plan_ID": "string",
- "thru_Age": 0,
- "thru_Procedure": "string",
- "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 PlanProcedureAge at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "procedureAgeKey": 0,
- "age_Range_Type": "s",
- "age_Type": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "from_Age": 0,
- "from_Procedure": "string",
- "plan_ID": "string",
- "thru_Age": 0,
- "thru_Procedure": "string",
- "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"
}
}