POST api/invoice/AttendeeInvoiceDetailsInfoSave
Request Information
URI Parameters
None.
Body Parameters
AttendeeInvoiceDetailsSaveRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceType | integer |
None. |
|
| SendType | integer |
None. |
|
| InvoiceSendName | string |
None. |
|
| InvoiceSendPhone | string |
None. |
|
| InvoiceSendAddress | string |
None. |
|
| SendTypeEmail | string |
None. |
|
| InvoiceTitle | string |
None. |
|
| TaxPayerCode | string |
None. |
|
| BankAccount | string |
None. |
|
| BankName | string |
None. |
|
| CompanyAddress | string |
None. |
|
| CompanyPhone | string |
None. |
|
| attendeeInvoiceInfo | AttendeeInvoiceInfoRequest |
None. |
Request Formats
application/json, text/json
Sample:
{
"attendeeInvoiceInfo": {
"eventId": "sample string 1",
"personListId": "sample string 2",
"IsMerge": true
},
"InvoiceType": 1,
"SendType": 2,
"InvoiceSendName": "sample string 3",
"InvoiceSendPhone": "sample string 4",
"InvoiceSendAddress": "sample string 5",
"SendTypeEmail": "sample string 6",
"InvoiceTitle": "sample string 7",
"TaxPayerCode": "sample string 8",
"BankAccount": "sample string 9",
"BankName": "sample string 10",
"CompanyAddress": "sample string 11",
"CompanyPhone": "sample string 12"
}
application/xml, text/xml
Sample:
<AttendeeInvoiceDetailsSaveRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
<BankAccount>sample string 9</BankAccount>
<BankName>sample string 10</BankName>
<CompanyAddress>sample string 11</CompanyAddress>
<CompanyPhone>sample string 12</CompanyPhone>
<InvoiceTitle>sample string 7</InvoiceTitle>
<TaxPayerCode>sample string 8</TaxPayerCode>
<InvoiceSendAddress>sample string 5</InvoiceSendAddress>
<InvoiceSendName>sample string 3</InvoiceSendName>
<InvoiceSendPhone>sample string 4</InvoiceSendPhone>
<InvoiceType>1</InvoiceType>
<SendType>2</SendType>
<SendTypeEmail>sample string 6</SendTypeEmail>
<attendeeInvoiceInfo>
<IsMerge>true</IsMerge>
<eventId>sample string 1</eventId>
<personListId>sample string 2</personListId>
</attendeeInvoiceInfo>
</AttendeeInvoiceDetailsSaveRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfInvoiceValidateResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | InvoiceValidateResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.