POST api/invoice/InvoiceDetailsInfoSave
Request Information
URI Parameters
None.
Body Parameters
InvoiceDetailsSaveRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | string |
None. |
|
| ApplyPersonId | globally unique identifier |
None. |
|
| InvoiceType | integer |
None. |
|
| SendType | integer |
None. |
|
| InvoiceSendName | string |
None. |
|
| InvoiceSendPhone | string |
None. |
|
| InvoiceSendAddress | string |
None. |
|
| SendTypeEmail | string |
None. |
|
| PersonListId | string |
None. |
|
| InvoiceTitle | string |
None. |
|
| TaxPayerCode | string |
None. |
|
| BankAccount | string |
None. |
|
| BankName | string |
None. |
|
| CompanyAddress | string |
None. |
|
| CompanyPhone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderId": "sample string 1",
"ApplyPersonId": "aedeeac3-2c82-4f64-bf3f-76ec6893b392",
"InvoiceType": 3,
"SendType": 4,
"InvoiceSendName": "sample string 5",
"InvoiceSendPhone": "sample string 6",
"InvoiceSendAddress": "sample string 7",
"SendTypeEmail": "sample string 8",
"PersonListId": "sample string 9",
"InvoiceTitle": "sample string 10",
"TaxPayerCode": "sample string 11",
"BankAccount": "sample string 12",
"BankName": "sample string 13",
"CompanyAddress": "sample string 14",
"CompanyPhone": "sample string 15"
}
application/xml, text/xml
Sample:
<InvoiceDetailsSaveRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <BankAccount>sample string 12</BankAccount> <BankName>sample string 13</BankName> <CompanyAddress>sample string 14</CompanyAddress> <CompanyPhone>sample string 15</CompanyPhone> <InvoiceTitle>sample string 10</InvoiceTitle> <TaxPayerCode>sample string 11</TaxPayerCode> <ApplyPersonId>aedeeac3-2c82-4f64-bf3f-76ec6893b392</ApplyPersonId> <InvoiceSendAddress>sample string 7</InvoiceSendAddress> <InvoiceSendName>sample string 5</InvoiceSendName> <InvoiceSendPhone>sample string 6</InvoiceSendPhone> <InvoiceType>3</InvoiceType> <OrderId>sample string 1</OrderId> <PersonListId>sample string 9</PersonListId> <SendType>4</SendType> <SendTypeEmail>sample string 8</SendTypeEmail> </InvoiceDetailsSaveRequest>
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.