GET api/customerpayment/select/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
ReturnResultOfCustomPaymentInfo| Name | Description | Type | Additional information | 
|---|---|---|---|
| data | CustomPaymentInfo | 
                             None.  | 
                |
| code | 
                         状态码:100成功,其他自定义  | 
                    integer | 
                             None.  | 
                
| message | 
                         提示消息  | 
                    string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
{
  "data": {
    "id": 1,
    "paymentHeader": "sample string 2",
    "paymentItem": "sample string 3",
    "paymentDetail": "sample string 4",
    "currency": "sample string 5",
    "paymenAmount": 6.0,
    "status": 1,
    "accessPaymentKey": "sample string 7",
    "accessPassword": "sample string 8",
    "isSkipCustomer": true,
    "defaultContact": null,
    "docNo": "sample string 10",
    "startDate": "2025-11-04T18:47:01.1166131+08:00",
    "endDate": "2025-11-04T18:47:01.1166131+08:00",
    "enable": true,
    "refdocno": "sample string 12"
  },
  "code": 1,
  "message": "sample string 2"
}