Values
| API | Description |
|---|---|
| GET api/ads |
GET function without JWTAuthorize |
| GET api/ads/{id} |
GET function with JWTAuthorize by id |
| POST api/ads |
POST function with JWTAuthorize |
| GET api/WebView/{id} |
GET URL function without JWTAuthorize |
| POST api/register |
POST Register function without JWTAuthorize |
| POST api/cmlogin |
POST Login function will generate TOKEN |
| GET api/cmlogin/{id}/{pass} |
GET Login function for testing only. |
| POST api/GetProfile |
POST get user Profile function with JWTAuthorize. |
| POST api/UpdateProfile |
POST Update user Profile function with JWTAuthorize. Warning : any Blank value will post as null. |
| POST api/UpdatePassword/{func} |
POST Update user password function with JWTAuthorize. func = [ New , Change ]. Warning : any Blank value will post as null. |
| GET api/GetState/{id} |
GET Country State function without JWTAuthorize. [id] = default 458 fixed. can bypass without id |
| POST api/Case/Create |
POST New Case with JWTAuthorize. Warning : any Blank value will post as null. |
| POST api/Case/Listing/{func} |
POST Get Case Listing with JWTAuthorize. func = [Detail,Pending,Completed] |
| POST api/Cert/Request |
POST Cert with JWTAuthorize. Warning : any Blank value will post as null. |
| POST api/Cert/Listing/{func} |
POST Cert Listing function with JWTAuthorize. Func = '' (No func right now) |
| POST api/Claim/Insurance |
POST ClaimInsurance with JWTAuthorize. Warning : any Blank value will post as null. |
| POST api/Claim/Listing/{func} |
POST Claim Listing function with JWTAuthorize. Func = '' (No func right now) |
| POST api/OTP/Create |
POST Create 6 digit otp |
| POST api/OTP/Validate |
POST otp Validate |
| POST api/Values?msg={msg} |
No documentation available. |
| POST api/Values |
No documentation available. |