POST api/Payment/onePipeOpenAccountManually
Request Information
URI Parameters
None.
Body Parameters
onePipeOpenAccountManually| Name | Description | Type | Additional information | 
|---|---|---|---|
| userId | integer | None. | |
| phone | string | None. | |
| userName | string | None. | |
| string | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "userId": 1,
  "phone": "sample string 2",
  "userName": "sample string 3",
  "email": "sample string 4"
}
        application/xml, text/xml
            Sample:
        <onePipeOpenAccountManually xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <userId>1</userId> <phone>sample string 2</phone> <userName>sample string 3</userName> <email>sample string 4</email> </onePipeOpenAccountManually>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
VCAPIResponse| Name | Description | Type | Additional information | 
|---|---|---|---|
| Version | string | None. | |
| dateTime | string | None. | |
| StatusCode | integer | None. | |
| ErrorMessage | string | None. | |
| Result | Object | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "Version": "1.0.0",
  "dateTime": "2025/10/31 15:37:12",
  "StatusCode": 1,
  "ErrorMessage": "sample string 2",
  "Result": {}
}
        application/xml, text/xml
            Sample:
<VCAPIResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <StatusCode>1</StatusCode> <ErrorMessage>sample string 2</ErrorMessage> <Result /> </VCAPIResponse>