POST api/iAuth
Request Information
URI Parameters
None.
Body Parameters
iAuthModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ShopInstallationID | integer |
None. |
|
| CustomerID | integer |
None. |
|
| ConfirmCode | integer |
None. |
|
| SenderConfirmCode | integer |
None. |
|
| VoucherNo | integer |
None. |
|
| LangID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShopInstallationID": 1,
"CustomerID": 2,
"ConfirmCode": 3,
"SenderConfirmCode": 4,
"VoucherNo": 5,
"LangID": 6
}
text/xml
Sample:
<iAuthModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCashAPI.Models"> <ConfirmCode>3</ConfirmCode> <CustomerID>2</CustomerID> <LangID>6</LangID> <SenderConfirmCode>4</SenderConfirmCode> <ShopInstallationID>1</ShopInstallationID> <VoucherNo>5</VoucherNo> </iAuthModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |