POST api/WebApp/GetNewMerchantFeeShare

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MethodReturnOfMerchantFeeSharePayload
NameDescriptionTypeAdditional information
ReturnValue

MerchantFeeSharePayload

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": {
    "MerchantFeeShare": [
      {
        "MerchantID": 1,
        "OrganizationID": 2,
        "FeeSharePercent": 3.0,
        "CreatedBy": "sample string 4",
        "CreatedDate": "2024-11-28T14:39:13.2905369+03:00",
        "ModifiedBy": "sample string 6",
        "ModifiedDate": "2024-11-28T14:39:13.2905369+03:00",
        "RecOwnerOrgID": 8
      },
      {
        "MerchantID": 1,
        "OrganizationID": 2,
        "FeeSharePercent": 3.0,
        "CreatedBy": "sample string 4",
        "CreatedDate": "2024-11-28T14:39:13.2905369+03:00",
        "ModifiedBy": "sample string 6",
        "ModifiedDate": "2024-11-28T14:39:13.2905369+03:00",
        "RecOwnerOrgID": 8
      }
    ],
    "Status": "sample string 1",
    "Remarks": "sample string 2",
    "ToUser": "sample string 3",
    "ToRole": "sample string 4",
    "MerchantID": 5,
    "Action": "sample string 6"
  },
  "ReturnType": "sample string 1",
  "IsSuccess": true,
  "Message": "sample string 3",
  "Schema": "sample string 4",
  "UTCDate": "2024-11-28T14:39:13.2905369+03:00",
  "Token": "sample string 6",
  "ResponseCode": "sample string 7"
}

application/xml, text/xml

Sample:
<MethodReturnOfMerchantFeeSharePayloadfZ5PIblm 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">
    <d2p1:Action>sample string 6</d2p1:Action>
    <d2p1:MerchantFeeShare xmlns:d3p1="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.ACC">
      <d3p1:ACC_MerchantFeeShare>
        <d3p1:CreatedBy>sample string 4</d3p1:CreatedBy>
        <d3p1:CreatedDate>2024-11-28T14:39:13.2905369+03:00</d3p1:CreatedDate>
        <d3p1:FeeSharePercent>3</d3p1:FeeSharePercent>
        <d3p1:MerchantID>1</d3p1:MerchantID>
        <d3p1:ModifiedBy>sample string 6</d3p1:ModifiedBy>
        <d3p1:ModifiedDate>2024-11-28T14:39:13.2905369+03:00</d3p1:ModifiedDate>
        <d3p1:OrganizationID>2</d3p1:OrganizationID>
        <d3p1:RecOwnerOrgID>8</d3p1:RecOwnerOrgID>
      </d3p1:ACC_MerchantFeeShare>
      <d3p1:ACC_MerchantFeeShare>
        <d3p1:CreatedBy>sample string 4</d3p1:CreatedBy>
        <d3p1:CreatedDate>2024-11-28T14:39:13.2905369+03:00</d3p1:CreatedDate>
        <d3p1:FeeSharePercent>3</d3p1:FeeSharePercent>
        <d3p1:MerchantID>1</d3p1:MerchantID>
        <d3p1:ModifiedBy>sample string 6</d3p1:ModifiedBy>
        <d3p1:ModifiedDate>2024-11-28T14:39:13.2905369+03:00</d3p1:ModifiedDate>
        <d3p1:OrganizationID>2</d3p1:OrganizationID>
        <d3p1:RecOwnerOrgID>8</d3p1:RecOwnerOrgID>
      </d3p1:ACC_MerchantFeeShare>
    </d2p1:MerchantFeeShare>
    <d2p1:MerchantID>5</d2p1:MerchantID>
    <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>
</MethodReturnOfMerchantFeeSharePayloadfZ5PIblm>