Updated code for appointment creation and added a column in hub for appointment template id..
This commit is contained in:
@@ -26,7 +26,7 @@ public class AppointmentApiConstant {
|
||||
|
||||
//Appointment creation request body fields
|
||||
public static final String MOTIVAZIONE = "motivazione";
|
||||
public static final String COD_PRODOTTO = "codProdotto";
|
||||
public static final String PRODOTTO = "prodotto";
|
||||
public static final String COD_ABI = "codAbi";
|
||||
public static final String COD_CAB = "codCab";
|
||||
public static final String ID_NOTA = "idNota";
|
||||
@@ -37,5 +37,5 @@ public class AppointmentApiConstant {
|
||||
public static final String COD_FORMATECNICA = "codFormaTecnica";
|
||||
public static final String COD_OPERAZIONE = "codOperazione";
|
||||
public static final String MOTIVAZIONE_ID = "id";
|
||||
|
||||
public static final String PRODOTTO_CODE = "code";
|
||||
}
|
||||
|
||||
@@ -423,6 +423,9 @@ public class GepafinConstant {
|
||||
|
||||
public static final String FORMULA_AMOUNT_NOT_MATCHED="formula.amount.not.matches.requested.amount";
|
||||
public static final String CRITERIA_TABLE_COLUMNS="criteria_table_columns";
|
||||
|
||||
public static final String APPOINTMENT_CANNOT_BE_CREATED = "appointment.cannot.be.created";
|
||||
public static final String APPOINTMENT_CANNOT_BE_CREATED_BY_TEMPLATE = "appointment.cannot.be.created.by.template";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user