Apply for desludging services, update application details or search applications.
Last updated 1 year ago
OK
const response = await fetch('https://virtserver.swaggerhub.com/phanikiran-wtt-egov/FSM/1.0.0/fsm/v1/_createdbyme', { method: 'POST', headers: {}, }); const data = await response.json();
const response = await fetch('https://virtserver.swaggerhub.com/phanikiran-wtt-egov/FSM/1.0.0/fsm/v1/_getapplicationsforperiodic?tenantId=text', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "applicationNoList": [ "text" ], "responseInfo": { "apiId": "text", "msgId": "text", "resMsgId": "text", "status": "text", "ts": 0, "ver": "text" } }
const response = await fetch('https://virtserver.swaggerhub.com/phanikiran-wtt-egov/FSM/1.0.0/fsm/v1/_createperiodicapplications', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
const response = await fetch('https://virtserver.swaggerhub.com/phanikiran-wtt-egov/FSM/1.0.0/fsm/v1/_schedular', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();