役務のトランザクションを検索
パラメータをフィルタリング条件にして役務のトランザクションを検索します。
Query Parameters
- servicesStatus string
役務のステータス(カンマ区切り)
[ CAUSED,ACCEPTED,CANCEL ] - causedDateFrom date
役務発生日の期間(開始日)
- causedDateTo date
役務発生日の期間(終了日)
- acceptedDateFrom date
役務承認日の期間(開始日)
- acceptedDateTo date
役務承認日の期間(終了日)
- limit integer
Default value:
100取得するレコード数の上限
- offset integer
ページネーションのオフセット
Responses
- 200
役務のトランザクション検索結果のレスポンス
- application/json
- Schema
- Example (from schema)
Schema
results object[]
役務のリスト
Array [servicesTransactionId stringサービストランザクションの一意のID(UUID)
servicesStatus ServicesStatusPossible values: [
CAUSED,ACCEPTED,CANCEL]役務ステータス
causedDate dateサービス発生日
acceptedDate dateサービス受付日
purchaseDate date購入日
serviceDate dateサービス提供日
taxExcludedAmount number税抜金額
taxAmount number税額
taxIncludedAmount number税込金額
processTransactionId stringプロセストランザクションの一意のID(UUID)
causedTaskTransactionId string発生したタスクトランザクションのID(UUID)
acceptedTaskTransactionId string受け付けられたタスクトランザクションのID(UUID)
processId stringプロセスの一意のID(UUID)
causedTaskId string発生したタスクのID(UUID)
acceptedTaskId string受け付けられたタスクのID(UUID)
supplierId string業者の一意のID(UUID)
supplierCode string業者コード
supplierName string業者名
customerAccountId string顧客アカウントの一意のID(UUID)
customerCode string顧客コード
customerName string顧客名
itemId string商品の一意のID(UUID)
itemCode string商品コード
itemName string商品名
departmentId string所属部門の一意のID(UUID)
causedAccountId string発生したアカウントのID(UUID)
acceptedAccountId string受け付けられたアカウントのID(UUID)
createdUser string作成者のID
createdDatetime date-time作成日時
updatedUser string更新者のID
updatedDatetime date-time更新日時
causedTaskName string発生したタスク名
acceptedTaskName string受け付けられたタスク名
departmentName string所属部門名
processTranRecognition numberプロセストラン認識記号
itemTaxExcludedAmount number商品の税抜金額
itemTaxAmount number商品の税額
itemTaxIncludedAmount number商品の税込金額
]
{
"results": [
{
"servicesTransactionId": "string",
"servicesStatus": "CAUSED",
"causedDate": "2025-03-27",
"acceptedDate": "2025-03-27",
"purchaseDate": "2025-03-27",
"serviceDate": "2025-03-27",
"taxExcludedAmount": 0,
"taxAmount": 0,
"taxIncludedAmount": 0,
"processTransactionId": "string",
"causedTaskTransactionId": "string",
"acceptedTaskTransactionId": "string",
"processId": "string",
"causedTaskId": "string",
"acceptedTaskId": "string",
"supplierId": "string",
"supplierCode": "string",
"supplierName": "string",
"customerAccountId": "string",
"customerCode": "string",
"customerName": "string",
"itemId": "string",
"itemCode": "string",
"itemName": "string",
"departmentId": "string",
"causedAccountId": "string",
"acceptedAccountId": "string",
"createdUser": "string",
"createdDatetime": "2025-03-27T02:19:02.461Z",
"updatedUser": "string",
"updatedDatetime": "2025-03-27T02:19:02.461Z",
"causedTaskName": "string",
"acceptedTaskName": "string",
"departmentName": "string",
"processTranRecognition": 0,
"itemTaxExcludedAmount": 0,
"itemTaxAmount": 0,
"itemTaxIncludedAmount": 0
}
]
}
Loading...