POST pos/svs/operation
Authorized only.
Request Information
URI Parameters
None.
Body Parameters
ApiSvsOperationsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Operation | ApiSvsOperation |
None. |
|
| CardNumber | string |
None. |
|
| NewCardNumber | string |
None. |
|
| Amount | decimal number |
None. |
|
| TipsAmount | decimal number |
None. |
|
| AuthCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Operation": 0,
"CardNumber": "sample string 1",
"NewCardNumber": "sample string 2",
"Amount": 1.0,
"TipsAmount": 1.0,
"AuthCode": "sample string 3"
}
application/xml, text/xml
Sample:
<ApiSvsOperationsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Api"> <Amount>1</Amount> <AuthCode>sample string 3</AuthCode> <CardNumber>sample string 1</CardNumber> <NewCardNumber>sample string 2</NewCardNumber> <Operation>ActivateCard</Operation> <TipsAmount>1</TipsAmount> </ApiSvsOperationsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |