Creates a new ProcedureCode
Success
Unauthorized
{- "procedure_Code": "string",
- "age_Range_Type": "s",
- "age_Restricted": true,
- "age_Type": "string",
- "category_ID": "string",
- "description": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "from_Age": 0,
- "gender": "s",
- "long_Description": "string",
- "network_Price": 0.1,
- "pend_Ex_Code": "string",
- "pend_Flag": "s",
- "procedure_Group": 0,
- "qualifier": "st",
- "require_Auth": true,
- "term_Date": "2019-08-24T14:15:22Z",
- "thru_Age": 0,
- "treatment_Type": "string",
- "ucR_Price": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "procedure_Code": "string",
- "age_Range_Type": "s",
- "age_Restricted": true,
- "age_Type": "string",
- "category_ID": "string",
- "description": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "from_Age": 0,
- "gender": "s",
- "long_Description": "string",
- "network_Price": 0.1,
- "pend_Ex_Code": "string",
- "pend_Flag": "s",
- "procedure_Group": 0,
- "qualifier": "st",
- "require_Auth": true,
- "term_Date": "2019-08-24T14:15:22Z",
- "thru_Age": 0,
- "treatment_Type": "string",
- "ucR_Price": 0.1,
- "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 ProcedureCode
Success
Unauthorized
Updates a specific ProcedureCode.
Success
Unauthorized
{- "procedure_Code": "string",
- "age_Range_Type": "s",
- "age_Restricted": true,
- "age_Type": "string",
- "category_ID": "string",
- "description": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "from_Age": 0,
- "gender": "s",
- "long_Description": "string",
- "network_Price": 0.1,
- "pend_Ex_Code": "string",
- "pend_Flag": "s",
- "procedure_Group": 0,
- "qualifier": "st",
- "require_Auth": true,
- "term_Date": "2019-08-24T14:15:22Z",
- "thru_Age": 0,
- "treatment_Type": "string",
- "ucR_Price": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "procedure_Code": "string",
- "age_Range_Type": "s",
- "age_Restricted": true,
- "age_Type": "string",
- "category_ID": "string",
- "description": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "from_Age": 0,
- "gender": "s",
- "long_Description": "string",
- "network_Price": 0.1,
- "pend_Ex_Code": "string",
- "pend_Flag": "s",
- "procedure_Group": 0,
- "qualifier": "st",
- "require_Auth": true,
- "term_Date": "2019-08-24T14:15:22Z",
- "thru_Age": 0,
- "treatment_Type": "string",
- "ucR_Price": 0.1,
- "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 ProcedureCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "procedure_Code": "string",
- "age_Range_Type": "s",
- "age_Restricted": true,
- "age_Type": "string",
- "category_ID": "string",
- "description": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "from_Age": 0,
- "gender": "s",
- "long_Description": "string",
- "network_Price": 0.1,
- "pend_Ex_Code": "string",
- "pend_Flag": "s",
- "procedure_Group": 0,
- "qualifier": "st",
- "require_Auth": true,
- "term_Date": "2019-08-24T14:15:22Z",
- "thru_Age": 0,
- "treatment_Type": "string",
- "ucR_Price": 0.1,
- "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"
}
}