POST api/authenLineAccount
Request Information
URI Parameters
None.
Body Parameters
AuthenLineRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| LineId | string |
Required |
|
| Mobile | string |
Required |
|
| ChanelCode | string |
Required |
|
| RefCode | string |
None. |
|
| BranchCode | string |
None. |
|
| RefOTP | string |
None. |
|
| CrmCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"lineId": "sample string 1",
"mobile": "sample string 2",
"chanelCode": "sample string 3",
"refCode": "sample string 4",
"branchCode": "sample string 5",
"refOTP": "sample string 6",
"crmCode": "sample string 7"
}
application/xml, text/xml
Sample:
<AuthenLineRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request"> <BranchCode>sample string 5</BranchCode> <ChanelCode>sample string 3</ChanelCode> <CrmCode>sample string 7</CrmCode> <LineId>sample string 1</LineId> <Mobile>sample string 2</Mobile> <RefCode>sample string 4</RefCode> <RefOTP>sample string 6</RefOTP> </AuthenLineRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.