POST api/WxPayment/DeloittePayInvoiceCancleNoEncrypt

Request Information

URI Parameters

None.

Body Parameters

InvoiceDataSyncRequest
NameDescriptionTypeAdditional 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.

Email

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "79483517-0f13-4094-9082-986685744d80",
  "ApplicationType": 2002001,
  "ProductId": "84a609fb-8294-4e7f-8382-d2e6139b34b9",
  "ProductName": "sample string 3",
  "ApplyDate": "2026-05-31T23:16:00.6029657+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:16:00.6029657+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>79483517-0f13-4094-9082-986685744d80</Id>
  <InvoiceAmount>5</InvoiceAmount>
  <InvoiceSendType>ByMail</InvoiceSendType>
  <InvoiceTitle>sample string 6</InvoiceTitle>
  <InvoiceType>Normal</InvoiceType>
  <PhoneNumber>sample string 15</PhoneNumber>
  <ProductId>84a609fb-8294-4e7f-8382-d2e6139b34b9</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
NameDescriptionTypeAdditional information
Content

ReturnMessage

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.