POST api/Paylater/Addupdatedeleteservicechargeforbnpl
Request Information
URI Parameters
None.
Body Parameters
Addupdatedeleteservicechargeforbnpl| Name | Description | Type | Additional information |
|---|---|---|---|
| businessId | integer |
None. |
|
| fromCreditBracket | decimal number |
None. |
|
| toCreditBracket | decimal number |
None. |
|
| serviceCharge | decimal number |
None. |
|
| penaltyCharge | decimal number |
None. |
|
| customerType | integer |
None. |
|
| contentId | integer |
None. |
|
| flag | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"businessId": 1,
"fromCreditBracket": 2.0,
"toCreditBracket": 3.0,
"serviceCharge": 4.0,
"penaltyCharge": 5.0,
"customerType": 6,
"contentId": 7,
"flag": 8
}
application/xml, text/xml
Sample:
<Addupdatedeleteservicechargeforbnpl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <businessId>1</businessId> <fromCreditBracket>2</fromCreditBracket> <toCreditBracket>3</toCreditBracket> <serviceCharge>4</serviceCharge> <penaltyCharge>5</penaltyCharge> <customerType>6</customerType> <contentId>7</contentId> <flag>8</flag> </Addupdatedeleteservicechargeforbnpl>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VCAPIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | string |
None. |
|
| dateTime | string |
None. |
|
| StatusCode | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Version": "1.0.0",
"dateTime": "2025/12/16 08:33:24",
"StatusCode": 1,
"ErrorMessage": "sample string 2",
"Result": {}
}
application/xml, text/xml
Sample:
<VCAPIResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <StatusCode>1</StatusCode> <ErrorMessage>sample string 2</ErrorMessage> <Result /> </VCAPIResponse>