POST PaymentCollection/SubmitApplyV2?access_token={access_token}

请求参数

URI 参数

名称描述类型附加信息
access_token

string

Required

Body 参数

SubmitPaymentApplyRPV2
名称描述类型附加信息
PaymentCollectionID

string

无。

order

SubmitPaymentApplyDetail 集合

无。

remark

string

无。

Attachs

string 集合

无。

unitId

string

无。

userId

string

无。

请求格式

application/json, text/json

示例:
{
  "PaymentCollectionID": "sample string 1",
  "order": [
    {
      "orderId": "sample string 1",
      "orderNo": "sample string 2",
      "paymentAmount": 3.0
    },
    {
      "orderId": "sample string 1",
      "orderNo": "sample string 2",
      "paymentAmount": 3.0
    }
  ],
  "remark": "sample string 2",
  "Attachs": [
    "sample string 1",
    "sample string 2"
  ],
  "unitId": "sample string 3",
  "userId": "sample string 4"
}

application/xml, text/xml

示例:
<SubmitPaymentApplyRPV2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Module.Order.Order.Request">
  <unitId xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Base">sample string 3</unitId>
  <userId xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Base">sample string 4</userId>
  <Attachs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Attachs>
  <PaymentCollectionID>sample string 1</PaymentCollectionID>
  <order>
    <SubmitPaymentApplyDetail>
      <orderId>sample string 1</orderId>
      <orderNo>sample string 2</orderNo>
      <paymentAmount>3</paymentAmount>
    </SubmitPaymentApplyDetail>
    <SubmitPaymentApplyDetail>
      <orderId>sample string 1</orderId>
      <orderNo>sample string 2</orderNo>
      <paymentAmount>3</paymentAmount>
    </SubmitPaymentApplyDetail>
  </order>
  <remark>sample string 2</remark>
</SubmitPaymentApplyRPV2>

application/x-www-form-urlencoded

示例:

Sample not available.

Response 信息

资源描述

HttpResponseMessage
名称描述类型附加信息
Version

Version

无。

Content

HttpContent

无。

StatusCode

HttpStatusCode

无。

ReasonPhrase

string

无。

Headers

Object 集合

无。

RequestMessage

HttpRequestMessage

无。

IsSuccessStatusCode

boolean

无。