POST api/WebApp/GetMerchantNameByPartner
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MethodReturnOfListOfVU_GetMerchantsByMIDName | Description | Type | Additional information |
---|---|---|---|
ReturnValue | Collection of VU_GetMerchantsByMID |
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": [ { "MerchantID": 1, "MerchantCode": "sample string 2", "MerchantLegalName": "sample string 3", "MerchantBusinessName": "sample string 4", "MIDTYPE": "sample string 5", "Active": "sample string 6", "OrganizationID": "sample string 7" }, { "MerchantID": 1, "MerchantCode": "sample string 2", "MerchantLegalName": "sample string 3", "MerchantBusinessName": "sample string 4", "MIDTYPE": "sample string 5", "Active": "sample string 6", "OrganizationID": "sample string 7" } ], "ReturnType": "sample string 1", "IsSuccess": true, "Message": "sample string 3", "Schema": "sample string 4", "UTCDate": "2024-11-28T02:51:41.3960394+03:00", "Token": "sample string 6", "ResponseCode": "sample string 7" }
application/xml, text/xml
Sample:
<MethodReturnOfArrayOfVU_GetMerchantsByMID8_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:VU_GetMerchantsByMID> <d2p1:Active>sample string 6</d2p1:Active> <d2p1:MIDTYPE>sample string 5</d2p1:MIDTYPE> <d2p1:MerchantBusinessName>sample string 4</d2p1:MerchantBusinessName> <d2p1:MerchantCode>sample string 2</d2p1:MerchantCode> <d2p1:MerchantID>1</d2p1:MerchantID> <d2p1:MerchantLegalName>sample string 3</d2p1:MerchantLegalName> <d2p1:OrganizationID>sample string 7</d2p1:OrganizationID> </d2p1:VU_GetMerchantsByMID> <d2p1:VU_GetMerchantsByMID> <d2p1:Active>sample string 6</d2p1:Active> <d2p1:MIDTYPE>sample string 5</d2p1:MIDTYPE> <d2p1:MerchantBusinessName>sample string 4</d2p1:MerchantBusinessName> <d2p1:MerchantCode>sample string 2</d2p1:MerchantCode> <d2p1:MerchantID>1</d2p1:MerchantID> <d2p1:MerchantLegalName>sample string 3</d2p1:MerchantLegalName> <d2p1:OrganizationID>sample string 7</d2p1:OrganizationID> </d2p1:VU_GetMerchantsByMID> </ReturnValue> <Schema>sample string 4</Schema> <Token>sample string 6</Token> </MethodReturnOfArrayOfVU_GetMerchantsByMID8_Sqm_PfRq>