PUT api/ms/customer/merchant/verify
Merchant Update Verify
Request Information
URI Parameters
None.
Body Parameters
m_customer_merchant_verify_request| Name | Description | Type | Additional information |
|---|---|---|---|
| legal_status | string |
Required String length: inclusive between 0 and 3 |
|
| store_name | string |
String length: inclusive between 0 and 200 |
|
| tax_id | string |
String length: inclusive between 0 and 100 |
|
| juristic_type | string |
String length: inclusive between 0 and 255 |
|
| juristic_relationship | string |
String length: inclusive between 0 and 255 |
|
| documents | Collection of m_customer_merchant_verify_doc_request |
None. |
Request Formats
application/json, text/json
Sample:
{
"legal_status": "sample string 1",
"store_name": "sample string 2",
"tax_id": "sample string 3",
"juristic_type": "sample string 4",
"juristic_relationship": "sample string 5",
"documents": [
{
"file_name": "sample string 1",
"file_path": "sample string 2"
},
{
"file_name": "sample string 1",
"file_path": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<m_customer_merchant_verify_request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.Modules.Models.Mainsystem">
<documents>
<m_customer_merchant_verify_doc_request>
<file_name>sample string 1</file_name>
<file_path>sample string 2</file_path>
</m_customer_merchant_verify_doc_request>
<m_customer_merchant_verify_doc_request>
<file_name>sample string 1</file_name>
<file_path>sample string 2</file_path>
</m_customer_merchant_verify_doc_request>
</documents>
<juristic_relationship>sample string 5</juristic_relationship>
<juristic_type>sample string 4</juristic_type>
<legal_status>sample string 1</legal_status>
<store_name>sample string 2</store_name>
<tax_id>sample string 3</tax_id>
</m_customer_merchant_verify_request>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.