mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
POST Expediente Event para agendas PR e MD
This commit is contained in:
@@ -142,8 +142,8 @@ export class EventsService {
|
||||
|
||||
return this.http.delete(`${puturl}`, options)
|
||||
}
|
||||
postExpedientEvent(docId:any, body:any){
|
||||
const geturl = environment.apiURL + 'Calendar/CreateEventExpediente';
|
||||
postExpedientEvent(docId:any, body:any, sharedagenda:string){
|
||||
const geturl = environment.apiURL + 'calendar/' + ((sharedagenda != '') ? sharedagenda : 'CreateEventExpediente');
|
||||
let params = new HttpParams();
|
||||
|
||||
params = params.set("DocId", docId);
|
||||
|
||||
Reference in New Issue
Block a user