POST api/WebApp/GetMerchantMDRSlabs
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MethodReturnOfListOfMCH_MchMDRSlabsName | Description | Type | Additional information |
---|---|---|---|
ReturnValue | Collection of MCH_MchMDRSlabs |
None. |
|
ReturnType | string |
None. |
|
IsSuccess | boolean |
None. |
|
Message | string |
None. |
|
Schema | string |
None. |
|
UTCDate | date |
None. |
|
Token | string |
None. |
|
ResponseCode | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ReturnValue": [ { "MDRSlabID": 1, "MDRType": "sample string 2", "SlabFrom": 3.0, "SlabTo": 1.0, "SlabPercentage": 4.0, "MDRFloor": 5.0, "MDRCeiling": 1.0, "MerchantID": 6, "CreatedBy": "sample string 7", "CreatedDate": "2024-11-28T02:51:31.0866162+03:00", "ModifiedBy": "sample string 9", "ModifiedDate": "2024-11-28T02:51:31.0866162+03:00", "RecOwnerOrgID": 11 }, { "MDRSlabID": 1, "MDRType": "sample string 2", "SlabFrom": 3.0, "SlabTo": 1.0, "SlabPercentage": 4.0, "MDRFloor": 5.0, "MDRCeiling": 1.0, "MerchantID": 6, "CreatedBy": "sample string 7", "CreatedDate": "2024-11-28T02:51:31.0866162+03:00", "ModifiedBy": "sample string 9", "ModifiedDate": "2024-11-28T02:51:31.0866162+03:00", "RecOwnerOrgID": 11 } ], "ReturnType": "sample string 1", "IsSuccess": true, "Message": "sample string 3", "Schema": "sample string 4", "UTCDate": "2024-11-28T02:51:31.0866162+03:00", "Token": "sample string 6", "ResponseCode": "sample string 7" }
application/xml, text/xml
Sample:
<MethodReturnOfArrayOfMCH_MchMDRSlabs8_Sqm_PfRq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonComponents.BusinessObjects.CommonTypes"> <IsSuccess>true</IsSuccess> <Message>sample string 3</Message> <ResponseCode>sample string 7</ResponseCode> <ReturnValue xmlns:d2p1="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH"> <d2p1:MCH_MchMDRSlabs> <d2p1:CreatedBy>sample string 7</d2p1:CreatedBy> <d2p1:CreatedDate>2024-11-28T02:51:31.0866162+03:00</d2p1:CreatedDate> <d2p1:MDRCeiling>1</d2p1:MDRCeiling> <d2p1:MDRFloor>5</d2p1:MDRFloor> <d2p1:MDRSlabID>1</d2p1:MDRSlabID> <d2p1:MDRType>sample string 2</d2p1:MDRType> <d2p1:MerchantID>6</d2p1:MerchantID> <d2p1:ModifiedBy>sample string 9</d2p1:ModifiedBy> <d2p1:ModifiedDate>2024-11-28T02:51:31.0866162+03:00</d2p1:ModifiedDate> <d2p1:RecOwnerOrgID>11</d2p1:RecOwnerOrgID> <d2p1:SlabFrom>3</d2p1:SlabFrom> <d2p1:SlabPercentage>4</d2p1:SlabPercentage> <d2p1:SlabTo>1</d2p1:SlabTo> </d2p1:MCH_MchMDRSlabs> <d2p1:MCH_MchMDRSlabs> <d2p1:CreatedBy>sample string 7</d2p1:CreatedBy> <d2p1:CreatedDate>2024-11-28T02:51:31.0866162+03:00</d2p1:CreatedDate> <d2p1:MDRCeiling>1</d2p1:MDRCeiling> <d2p1:MDRFloor>5</d2p1:MDRFloor> <d2p1:MDRSlabID>1</d2p1:MDRSlabID> <d2p1:MDRType>sample string 2</d2p1:MDRType> <d2p1:MerchantID>6</d2p1:MerchantID> <d2p1:ModifiedBy>sample string 9</d2p1:ModifiedBy> <d2p1:ModifiedDate>2024-11-28T02:51:31.0866162+03:00</d2p1:ModifiedDate> <d2p1:RecOwnerOrgID>11</d2p1:RecOwnerOrgID> <d2p1:SlabFrom>3</d2p1:SlabFrom> <d2p1:SlabPercentage>4</d2p1:SlabPercentage> <d2p1:SlabTo>1</d2p1:SlabTo> </d2p1:MCH_MchMDRSlabs> </ReturnValue> <Schema>sample string 4</Schema> <Token>sample string 6</Token> </MethodReturnOfArrayOfMCH_MchMDRSlabs8_Sqm_PfRq>