POST services/api/v1/Get_OnlinePaymentProvider
Request Information
URI Parameters
None.
Body Parameters
BasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Start | integer |
None. |
|
| FiterText | string |
None. |
|
| Limit | integer |
None. |
|
| ItemTypeId | integer |
None. |
|
| CAType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3,
"ItemTypeId": 4,
"CAType": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of OnlinePaymentProvider_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PaymentType | string |
None. |
|
| LocId | integer |
None. |
|
| ProviderName | string |
None. |
|
| LogoPath | string |
None. |
|
| UserId | integer |
None. |
|
| LedgerId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"PaymentType": "sample string 2",
"LocId": 3,
"ProviderName": "sample string 4",
"LogoPath": "sample string 5",
"UserId": 6,
"LedgerId": 7
},
{
"Id": 1,
"PaymentType": "sample string 2",
"LocId": 3,
"ProviderName": "sample string 4",
"LogoPath": "sample string 5",
"UserId": 6,
"LedgerId": 7
}
]