POST services/api/v1/Save_OnlinePaymentProvider
Request Information
URI Parameters
None.
Body Parameters
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. |
Request 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
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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
}