POST api/{apiVersion}/Credit4u/CheckedSelfAuthCode

SMS 본인인증 서비스 2단계

Request Information

URI Parameters

System.Collections.ObjectModel.Collection`1[WebFront.Areas.HelpPage.ModelDescriptions.ParameterAnnotation]

Body Parameters

Tilko Service로 보내는 검색조건 데이터

api.tilko.net.Models.Credit4u.CheckedSelfAuthCodeRequestSystem.Collections.ObjectModel.Collection`1[WebFront.Areas.HelpPage.ModelDescriptions.ParameterAnnotation]System.Collections.ObjectModel.Collection`1[WebFront.Areas.HelpPage.ModelDescriptions.ParameterAnnotation]System.Collections.ObjectModel.Collection`1[WebFront.Areas.HelpPage.ModelDescriptions.ParameterAnnotation]System.Collections.ObjectModel.Collection`1[WebFront.Areas.HelpPage.ModelDescriptions.ParameterAnnotation]

Request Formats

Sample:
{
  "UserName": "sample string 1",
  "IdentityNumber": "sample string 2",
  "UserCellphone": "sample string 3",
  "CaptchaCode": "sample string 4"
}

Response Information

Resource Description

조회 결과 데이터

api.tilko.net.Models.Credit4u.CheckedSelfAuthCodeResponseSystem.Collections.ObjectModel.Collection`1[WebFront.Areas.HelpPage.ModelDescriptions.ParameterAnnotation]System.Collections.ObjectModel.Collection`1[WebFront.Areas.HelpPage.ModelDescriptions.ParameterAnnotation]System.Collections.ObjectModel.Collection`1[WebFront.Areas.HelpPage.ModelDescriptions.ParameterAnnotation]

Response Formats

Sample:
{
  "Status": "OK",
  "StatusSeq": 1,
  "Message": "sample string 2"
}