ZCV2JSON - zerocodeplatform/tss-login GitHub Wiki
- Service : Create DataSet
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/application/module/dataset/<moduleUid> - URL : /application/module/dataset/{moduleUid}
 - Method : POST
 - Input Json : InputJson
 - Output Json : OutputJson
 
- Service : Update DataSet
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/application/module/dataset/<moduleUid> - URL : /application/module/dataset/{moduleUid}
 - Method : PUT
 - Input Json : InputJson
 - Output Json : OutputJson
 
- Service : List DataSet
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/application/module/dataset/<moduleUid> - URL : /application/module/dataset/{moduleUid}
 - Method : GET
 - Output Json : OutputJson
 
- Service : Single DataSet
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/application/module/dataset/<moduleUid> - URL : /application/module/dataset/{moduleUid}/{uid}
 - Method : GET
 - Output Json : OutputJson
 
- Service : Status update DataSet
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/application/module/dataset/<moduleUid>/status - URL : /application/module/dataset/{moduleUid}/status
 - Method : PUT
 - Input Json : InputJson
 - Output Json : OutputJson
 
- Service : Soft Delete DataSet
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/application/module/dataset/<moduleUid>/<ids> - URL : /application/module/dataset/{moduleUid}/?ids
 - Method : DELETE
 - Output Json : OutputJson
 
- Service : Undo Delete DataSet
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/application/module/dataset/<moduleUid>/<id> - URL : /application/module/dataset/{moduleUid}/undoDelete?id
 - Method : DELETE
 - Output Json : OutputJson
 
- Service : Hard Delete DataSet
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/application/module/dataset/<moduleUid>/hardDelete/<id> - URL : /application/module/dataset/{moduleUid}/hardDelete?id
 - Method : DELETE
 - Output Json : OutputJson
 
- Service : Create Currency
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/currecny - URL : /currency
 - Method : POST
 - Input Json : InputJson
 - Output Json : OutputJson
 
- Service : Update Currency
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/currency - URL : /currency
 - Method : PUT
 - Input Json : InputJson
 - Output Json : OutputJson
 
- Service : List Currency
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/currency - URL : /currency
 - Method : GET
 - Output Json : OutputJson
 
- Service : Single Currency
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/currency/<uid> - URL : /currency/{uid}
 - Method : GET
 - Output Json : OutputJson
 
- Service : Currency Status Update
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/currency/status - URL : /currency/status
 - Method : PUT
 - Input Json : InputJson
 - Output Json : OutputJson
 
- Service : Soft Delete Currency
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/currency/delete?<ids> - URL : /currency/delete?ids=
 - Method : DELETE
 - Output Json : OutputJson
 
- Service : Undo Soft Delete Currency
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/currency/undoDelete?<id> - URL : /currency/undoDelete?id=
 - Method : DELETE
 - Output Json : OutputJson
 
- Service : Undo Soft Delete Currency
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/currency/hardDelete?<id> - URL : /currency/hardDelete?id=
 - Method : DELETE
 - Output Json : OutputJson
 
- Service : Create Country
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/country - URL : /country
 - Method : POST
 - Input Json : InputJson
 - Output Json : OutputJson
 
- Service : Update Country
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/country - URL : /country
 - Method : PUT
 - Input Json : InputJson
 - Output Json : OutputJson
 
- Service : List Country
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/country - URL : /country
 - Method : GET
 - Output Json : OutputJson
 
- Service : Get Single Country
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/country/<uid> - URL : /country/{uid}
 - Method : GET
 - Output Json : OutputJson
 
- Service : Soft Delete Country
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/country/?<ids> - URL : /country/?ids=
 - Method : DELETE
 - Output Json : OutputJson
 
- Service : Undo Soft Delete Country
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/country/undoDelete?<id> - URL : /country/undoDelete?id=
 - Method : DELETE
 - Output Json : OutputJson
 
- Service : Hard Delete Country
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/country/hardDelete?<id> - URL : /country/hardDelete?id=
 - Method : DELETE
 - Output Json : OutputJson
 
- Service : Create Pick List
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/picklist - URL : /picklist
 - Method : POST
 - Input Json : InputJson
 - Output Json : OutputJson
 
- Service : Update Pick List
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/picklist - URL : /picklist
 - Method : PUT
 - Input Json : InputJson
 - Output Json : OutputJson
 
- Service : List of Pick List
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/picklist - URL : /picklist
 - Method : GET
 - Output Json : OutputJson
 
- Service : Single Pick List
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/picklist/<uid> - URL : /picklist/{uid}
 - Method : GET
 - Output Json : OutputJson
 
- Service : Pick List Status Update
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/picklist/status - URL : /picklist/status
 - Method : PUT
 - Input Json : InputJson
 - Output Json : OutputJson
 
- Service : Pick List Soft Delete
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/picklist/delete?<ids> - URL : /picklist/delete
 - Method : DELETE
 - Output Json : OutputJson
 
- Service : Undo Delete Pick List
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/picklist/undoDelete?<id> - URL : /picklist/undoDelete?id=
 - Method : GET
 - Output Json : OutputJson
 
- Service : Create Pick List Value
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/picklistvalue/<picklistId> - URL : /picklist/{picklistId}
 - Method : POST
 - Input Json : InputJson
 - Output Json : OutputJson
 
- Service : Update Pick List Value
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/picklist/<picklistId> - URL : /picklist/{picklistId}
 - Method : PUT
 - Input Json : InputJson
 - Output Json : OutputJson
 
- Service : List of Pick List
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/picklist - URL : /picklist
 - Method : GET
 - Output Json : OutputJson
 
- Service : Single Pick List
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/picklist/<uid> - URL : /picklist/{uid}
 - Method : GET
 - Output Json : OutputJson
 
- Service : Pick List Status Update
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/picklist/status - URL : /picklist/status
 - Method : PUT
 - Input Json : InputJson
 - Output Json : OutputJson
 
- Service : Pick List Soft Delete
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/picklist/delete?<ids> - URL : /picklist/delete
 - Method : DELETE
 - Output Json : OutputJson
 
- Service : Undo Delete Pick List
 - Skeleton URl : 
http(s)://<ip-address>:<port>:<api>/picklist/undoDelete?<id> - URL : /picklist/undoDelete?id=
 - Method : GET
 - Output Json : OutputJson