POST invo/addinvoice

Request Information

URI Parameters

None.

Body Parameters

InAndOrderId
NameDescriptionTypeAdditional information
InvoiceInfo

WX_Invoice

None.

ListId

Collection of WX_InvoiceAndOrder

None.

Request Formats

application/json, text/json

Sample:
{
  "InvoiceInfo": {
    "Id": 1,
    "BillType": 1,
    "InvoiceType": 1,
    "Money": 1.0,
    "Title": "sample string 2",
    "NsrNum": "sample string 3",
    "Phone": "sample string 4",
    "Address": "sample string 5",
    "KhBank": "sample string 6",
    "BankAccount": "sample string 7",
    "Remarks": "sample string 8",
    "Email": "sample string 9",
    "MobileTel": "sample string 10",
    "JsAddress": "sample string 11",
    "UserId": 1,
    "HouseId": 1,
    "Status": 1,
    "AddTime": "2026-04-16T13:28:59.5597949+08:00"
  },
  "ListId": [
    {
      "Id": 1,
      "InId": 1,
      "OrderId": 1,
      "OrderType": 1
    },
    {
      "Id": 1,
      "InId": 1,
      "OrderId": 1,
      "OrderType": 1
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.