mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +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)
|
return this.http.delete(`${puturl}`, options)
|
||||||
}
|
}
|
||||||
postExpedientEvent(docId:any, body:any){
|
postExpedientEvent(docId:any, body:any, sharedagenda:string){
|
||||||
const geturl = environment.apiURL + 'Calendar/CreateEventExpediente';
|
const geturl = environment.apiURL + 'calendar/' + ((sharedagenda != '') ? sharedagenda : 'CreateEventExpediente');
|
||||||
let params = new HttpParams();
|
let params = new HttpParams();
|
||||||
|
|
||||||
params = params.set("DocId", docId);
|
params = params.set("DocId", docId);
|
||||||
|
|||||||
Reference in New Issue
Block a user