POST api/Customer/InsertAuthenticationRequest
Request Information
URI Parameters
None.
Body Parameters
AuthorizedAuthenticationRequestModelName | Description | Type | Additional information |
---|---|---|---|
InputChannelType | InputChannelType |
None. |
|
MailboxID | integer |
Required |
|
PhotoFileByte | Collection of byte |
None. |
|
PhotoFileType | string |
None. |
|
PhotoFileName | string |
None. |
|
PassportPhotoFileByte | Collection of byte |
None. |
|
PassportPhotoFileType | string |
None. |
|
PassportPhotoFileName | string |
None. |
|
VideoFileByte | Collection of byte |
None. |
|
VideoFileType | string |
None. |
|
VideoFileName | string |
None. |
|
Request | string |
Required |
|
LawyerFirstName | string |
None. |
|
LawyerLastName | string |
None. |
|
MobileNumber | string |
None. |
|
TypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "inputChannelType": 121, "mailboxID": 1, "photoFileByte": "QEA=", "photoFileType": "sample string 2", "photoFileName": "sample string 3", "passportPhotoFileByte": "QEA=", "passportPhotoFileType": "sample string 4", "passportPhotoFileName": "sample string 5", "videoFileByte": "QEA=", "videoFileType": "sample string 6", "videoFileName": "sample string 7", "request": "sample string 8", "lawyerFirstName": "sample string 9", "lawyerLastName": "sample string 10", "mobileNumber": "sample string 11", "typeId": 12 }
text/html
Sample:
{"inputChannelType":121,"mailboxID":1,"photoFileByte":"QEA=","photoFileType":"sample string 2","photoFileName":"sample string 3","passportPhotoFileByte":"QEA=","passportPhotoFileType":"sample string 4","passportPhotoFileName":"sample string 5","videoFileByte":"QEA=","videoFileType":"sample string 6","videoFileName":"sample string 7","request":"sample string 8","lawyerFirstName":"sample string 9","lawyerLastName":"sample string 10","mobileNumber":"sample string 11","typeId":12}
application/xml, text/xml
Sample:
<AuthorizedAuthenticationRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Saba.Common.PublicApi.Model.Request"> <InputChannelType>Web</InputChannelType> <LawyerFirstName>sample string 9</LawyerFirstName> <LawyerLastName>sample string 10</LawyerLastName> <MailboxID>1</MailboxID> <MobileNumber>sample string 11</MobileNumber> <PassportPhotoFileByte>QEA=</PassportPhotoFileByte> <PassportPhotoFileName>sample string 5</PassportPhotoFileName> <PassportPhotoFileType>sample string 4</PassportPhotoFileType> <PhotoFileByte>QEA=</PhotoFileByte> <PhotoFileName>sample string 3</PhotoFileName> <PhotoFileType>sample string 2</PhotoFileType> <Request>sample string 8</Request> <TypeId>12</TypeId> <VideoFileByte>QEA=</VideoFileByte> <VideoFileName>sample string 7</VideoFileName> <VideoFileType>sample string 6</VideoFileType> </AuthorizedAuthenticationRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.