POST api/Account/getInternationalPaymentPack?userId={userId}&instanceId={instanceId}&intDom={intDom}&vendorCode={vendorCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
Required |
|
| instanceId | integer |
Required |
|
| intDom | string |
Required |
|
| vendorCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
getPaymentPacksOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| PACK_LIST | Collection of PackList |
None. |
|
| USER_COUNT | integer |
None. |
|
| PROJECT_CODE | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PACK_LIST": [
{
"PACK_ID": "sample string 1",
"PACK_NAME": "sample string 2",
"CURRENCY": "sample string 3",
"RATE": 4.0,
"DAYS": 5,
"PACK_SERIAL_NO": 6,
"TRANSACTION_ID": "sample string 7",
"TRANSACTION_STATUS": "sample string 8",
"ERROR_MESSAGE": "sample string 9",
"ORDER_REF_NO": "sample string 10",
"PROJECT_CODE": "sample string 11"
},
{
"PACK_ID": "sample string 1",
"PACK_NAME": "sample string 2",
"CURRENCY": "sample string 3",
"RATE": 4.0,
"DAYS": 5,
"PACK_SERIAL_NO": 6,
"TRANSACTION_ID": "sample string 7",
"TRANSACTION_STATUS": "sample string 8",
"ERROR_MESSAGE": "sample string 9",
"ORDER_REF_NO": "sample string 10",
"PROJECT_CODE": "sample string 11"
}
],
"USER_COUNT": 1,
"PROJECT_CODE": "sample string 2"
}
application/xml, text/xml
Sample:
<GetPaymentPacksOutput.getPaymentPacksOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BKSource2Api.Models">
<PACK_LIST>
<GetPaymentPacksOutput.PackList>
<CURRENCY>sample string 3</CURRENCY>
<DAYS>5</DAYS>
<ERROR_MESSAGE>sample string 9</ERROR_MESSAGE>
<ORDER_REF_NO>sample string 10</ORDER_REF_NO>
<PACK_ID>sample string 1</PACK_ID>
<PACK_NAME>sample string 2</PACK_NAME>
<PACK_SERIAL_NO>6</PACK_SERIAL_NO>
<PROJECT_CODE>sample string 11</PROJECT_CODE>
<RATE>4</RATE>
<TRANSACTION_ID>sample string 7</TRANSACTION_ID>
<TRANSACTION_STATUS>sample string 8</TRANSACTION_STATUS>
</GetPaymentPacksOutput.PackList>
<GetPaymentPacksOutput.PackList>
<CURRENCY>sample string 3</CURRENCY>
<DAYS>5</DAYS>
<ERROR_MESSAGE>sample string 9</ERROR_MESSAGE>
<ORDER_REF_NO>sample string 10</ORDER_REF_NO>
<PACK_ID>sample string 1</PACK_ID>
<PACK_NAME>sample string 2</PACK_NAME>
<PACK_SERIAL_NO>6</PACK_SERIAL_NO>
<PROJECT_CODE>sample string 11</PROJECT_CODE>
<RATE>4</RATE>
<TRANSACTION_ID>sample string 7</TRANSACTION_ID>
<TRANSACTION_STATUS>sample string 8</TRANSACTION_STATUS>
</GetPaymentPacksOutput.PackList>
</PACK_LIST>
<PROJECT_CODE>sample string 2</PROJECT_CODE>
<USER_COUNT>1</USER_COUNT>
</GetPaymentPacksOutput.getPaymentPacksOutput>