POST api/EndPoint/RemoteEndPoint/Request
Request Information
URI Parameters
None.
Body Parameters
RemotelyLinkedCardRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EndPointID | integer |
None. |
|
| CC | integer |
None. |
|
| SCC | integer |
None. |
|
| VoucherNo | integer |
None. |
|
| LangID | integer |
None. |
|
| EndPointName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EndPointID": 1,
"CC": 2,
"SCC": 3,
"VoucherNo": 4,
"LangID": 5,
"EndPointName": "sample string 6"
}
text/xml
Sample:
<RemotelyLinkedCardRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCashAPI.Models"> <CC>2</CC> <EndPointID>1</EndPointID> <EndPointName>sample string 6</EndPointName> <LangID>5</LangID> <SCC>3</SCC> <VoucherNo>4</VoucherNo> </RemotelyLinkedCardRequestModel>
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. |