POST api/WebApp/GetNewEditMerchantCBDetails
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MethodReturnOfMerchantCashbackChargePayloadName | Description | Type | Additional information |
---|---|---|---|
ReturnValue | MerchantCashbackChargePayload |
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": { "Status": "sample string 1", "Remarks": "sample string 2", "ToUser": "sample string 3", "ToRole": "sample string 4", "MerchantName": "sample string 5", "Action": "sample string 6", "MerchantID": 7, "CBAccrualCharge": 8.0, "CBRedeemtionCharge": 9.0, "CreatedBy": "sample string 10", "CreatedDate": "2024-11-28T14:28:56.0655975+03:00", "ModifiedBy": "sample string 12", "ModifiedDate": "2024-11-28T14:28:56.0655975+03:00", "RecOwnerOrgID": 14, "RecUserOrgID": 15 }, "ReturnType": "sample string 1", "IsSuccess": true, "Message": "sample string 3", "Schema": "sample string 4", "UTCDate": "2024-11-28T14:28:56.0655975+03:00", "Token": "sample string 6", "ResponseCode": "sample string 7" }
application/xml, text/xml
Sample:
<MethodReturnOfMerchantCashbackChargePayloadfZ5PIblm 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.Payloads"> <CBAccrualCharge xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">8</CBAccrualCharge> <CBRedeemtionCharge xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">9</CBRedeemtionCharge> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">sample string 10</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">2024-11-28T14:28:56.0655975+03:00</CreatedDate> <MerchantID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">7</MerchantID> <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">sample string 12</ModifiedBy> <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">2024-11-28T14:28:56.0655975+03:00</ModifiedDate> <RecOwnerOrgID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">14</RecOwnerOrgID> <RecUserOrgID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">15</RecUserOrgID> <d2p1:Action>sample string 6</d2p1:Action> <d2p1:MerchantName>sample string 5</d2p1:MerchantName> <d2p1:Remarks>sample string 2</d2p1:Remarks> <d2p1:Status>sample string 1</d2p1:Status> <d2p1:ToRole>sample string 4</d2p1:ToRole> <d2p1:ToUser>sample string 3</d2p1:ToUser> </ReturnValue> <Schema>sample string 4</Schema> <Token>sample string 6</Token> </MethodReturnOfMerchantCashbackChargePayloadfZ5PIblm>