POST Invoice/CreateOrderInvoice

请求参数

URI 参数

无。

Body 参数

CreateOrderInvoiceRequest
名称描述类型附加信息
orderId

string

无。

totalAmount

decimal number

无。

userName

string

无。

access_token

string

无。

customerId

string

无。

请求格式

application/json, text/json

示例:
{
  "orderId": "sample string 1",
  "totalAmount": 2.0,
  "userName": "sample string 3",
  "access_token": "sample string 4",
  "customerId": "sample string 5"
}

application/xml, text/xml

示例:
<CreateOrderInvoiceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OpenAPI.Models">
  <access_token>sample string 4</access_token>
  <customerId>sample string 5</customerId>
  <orderId>sample string 1</orderId>
  <totalAmount>2</totalAmount>
  <userName>sample string 3</userName>
</CreateOrderInvoiceRequest>

application/x-www-form-urlencoded

示例:

Sample not available.

Response 信息

资源描述

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

Version

无。

Content

HttpContent

无。

StatusCode

HttpStatusCode

无。

ReasonPhrase

string

无。

Headers

Object 集合

无。

RequestMessage

HttpRequestMessage

无。

IsSuccessStatusCode

boolean

无。