DigitalTaxInvoices
Gets all digital tax invoices that can be validated by the user based on the search criteria.
テーブル固有の情報
Select
本製品 はSAP Concur API を使用して、Id またはModifiedAfter_p を参照するフィルタを処理します。本製品 はクライアント側で本製品 内で他のフィルタを処理します。
例えば、本製品 はSAP Concur API に次のクエリの処理をオフロードします。
SELECT * FROM DigitalTaxInvoices WHERE Id = 'sampleDigitalTaxInvoicesId' SELECT * FROM DigitalTaxInvoices WHERE ModifiedAfter_p = '2018-01-01 10:00:00'
Columns
Name | Type | References | Description |
ID [KEY] | String | The unique identifier of the resource. | |
AccountID | String | The unique identifier assigned by the validation partner to the Concur client company that owns the digital tax invoices. | |
ConcurReceiptID | String | The ID of the digital tax invoice in plain text. | |
DocumentID | String | The ID of the report in plain text. | |
ReceiptData | String | The digital tax invoice data. | |
URI | String | The URI to the resource. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description | |
Modifiedafter_p | String | A modification date for the queue record; this parameter can be used to limit the results of the GET request to the queue items that have been added since the last time the validation company queried the queue. The user must have the Web Services Admin role to use this parameter. |