POST api/WxPayment/DeloittePayInvoiceApplyNoEncrypt
Request Information
URI Parameters
None.
Body Parameters
InvoiceDataSyncRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ApplicationType | UnifyPaymentApplicationType |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| ProductName | string |
None. |
|
| ApplyDate | date |
None. |
|
| InvoiceAmount | integer |
None. |
|
| InvoiceTitle | string |
None. |
|
| InvoiceType | InvoiceType |
None. |
|
| InvoiceSendType | InvoiceSendType |
None. |
|
| TaxPayerCode | string |
None. |
|
| BankName | string |
None. |
|
| BankAccount | string |
None. |
|
| CompanyPhone | string |
None. |
|
| CompanyAddress | string |
None. |
|
| SendName | string |
None. |
|
| SendPhone | string |
None. |
|
| SendAddress | string |
None. |
|
| PhoneNumber | string |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "c720180a-5cd1-4f6e-b9c9-ff7e06a28ddb",
"ApplicationType": 2002001,
"ProductId": "295e4a46-a2b7-4d98-b0b6-5fe91aca3dd5",
"ProductName": "sample string 3",
"ApplyDate": "2026-05-31T23:58:11.881637+08:00",
"InvoiceAmount": 5,
"InvoiceTitle": "sample string 6",
"InvoiceType": 1011001,
"InvoiceSendType": 1012001,
"TaxPayerCode": "sample string 7",
"BankName": "sample string 8",
"BankAccount": "sample string 9",
"CompanyPhone": "sample string 10",
"CompanyAddress": "sample string 11",
"SendName": "sample string 12",
"SendPhone": "sample string 13",
"SendAddress": "sample string 14",
"PhoneNumber": "sample string 15",
"Email": "sample string 16"
}
application/xml, text/xml
Sample:
<InvoiceDataSyncRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <ApplicationType>WF</ApplicationType> <ApplyDate>2026-05-31T23:58:11.881637+08:00</ApplyDate> <BankAccount>sample string 9</BankAccount> <BankName>sample string 8</BankName> <CompanyAddress>sample string 11</CompanyAddress> <CompanyPhone>sample string 10</CompanyPhone> <Email>sample string 16</Email> <Id>c720180a-5cd1-4f6e-b9c9-ff7e06a28ddb</Id> <InvoiceAmount>5</InvoiceAmount> <InvoiceSendType>ByMail</InvoiceSendType> <InvoiceTitle>sample string 6</InvoiceTitle> <InvoiceType>Normal</InvoiceType> <PhoneNumber>sample string 15</PhoneNumber> <ProductId>295e4a46-a2b7-4d98-b0b6-5fe91aca3dd5</ProductId> <ProductName>sample string 3</ProductName> <SendAddress>sample string 14</SendAddress> <SendName>sample string 12</SendName> <SendPhone>sample string 13</SendPhone> <TaxPayerCode>sample string 7</TaxPayerCode> </InvoiceDataSyncRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfReturnMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | ReturnMessage |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.