| エラーコード | エラー説明 |
|---|---|
| 401 | Not Authorizedアクセストークンが送られていないか正しくありません。もしくはクライアント認証トークンが正しくありません。 |
| 403 | Forbiddenそのリクエストに必要な権限がありません。 |
| 404 | Not found指定されたパスは正しくないか、リソースが見つかりません。 |
| 422 | Unprocessable Entity1つ以上のパラメータが正しくないか不足しています。エラーメッセージで原因が判別できます。 |
| 500 | Internal Server Errorサーバーで何らかのエラーが起こりました。 |
| 503 | Service Unavailableあなたの IP アドレスから非常に多くのリクエストがあった場合、このエラーが発生します。次のリクエストまで少し時間を開けてください。 |
[
{
"type": "transaction",
"locals": {
"ar_receipt": {
"id": 2834,
"personal_id": 3,
"serial_no": 1,
"customer_master_id": 103,
"dept_code": "COMMON",
"memo": null,
"scheduled_memo": null,
"sales_journal_dc_id": 23039,
"realization_timestamp": "2021/05/01 00:00:00 +0900",
"code": null,
"ar_reason_master_id": 1000,
"dc": "d",
"receipt_journal_dc_id": null,
"transfer_journal_id": null,
"scheduled_receive_timestamp": "2021/05/31 00:00:00 +0900",
"ar_receipt_attachments_count": null,
"usage_no": 0,
"regist_user_code": "yamakawa",
"update_user_code": null,
"lock_version": 0,
"created_at": "2021/05/22 23:05:48 +0900",
"updated_at": "2021/05/22 23:05:48 +0900"
}
}
},
{
"type": "customer",
"locals": {
"ar_receipt": {
"id": 2834,
"personal_id": 3,
"serial_no": 1,
"customer_master_id": 103,
"dept_code": "COMMON",
"memo": null,
"scheduled_memo": null,
"sales_journal_dc_id": 23039,
"realization_timestamp": "2021/05/01 00:00:00 +0900",
"code": null,
"ar_reason_master_id": 1000,
"dc": "d",
"receipt_journal_dc_id": null,
"transfer_journal_id": null,
"scheduled_receive_timestamp": "2021/05/31 00:00:00 +0900",
"ar_receipt_attachments_count": null,
"usage_no": 0,
"regist_user_code": "yamakawa",
"update_user_code": null,
"lock_version": 0,
"created_at": "2021/05/22 23:05:48 +0900",
"updated_at": "2021/05/22 23:05:48 +0900"
},
"sum_receive": 11000,
"customer_line_count": 1
}
},
{
"type": "transaction",
"locals": {
"ar_receipt": {
"id": 2835,
"personal_id": 3,
"serial_no": 2,
"customer_master_id": 470177179,
"dept_code": "COMMON",
"memo": null,
"scheduled_memo": null,
"sales_journal_dc_id": 23040,
"realization_timestamp": "2021/05/02 00:00:00 +0900",
"code": null,
"ar_reason_master_id": 1000,
"dc": "d",
"receipt_journal_dc_id": null,
"transfer_journal_id": null,
"scheduled_receive_timestamp": "2021/05/31 00:00:00 +0900",
"ar_receipt_attachments_count": null,
"usage_no": 0,
"regist_user_code": "yamakawa",
"update_user_code": null,
"lock_version": 0,
"created_at": "2021/05/22 23:05:49 +0900",
"updated_at": "2021/05/22 23:05:49 +0900"
}
}
},
{
"type": "customer",
"locals": {
"ar_receipt": {
"id": 2835,
"personal_id": 3,
"serial_no": 2,
"customer_master_id": 470177179,
"dept_code": "COMMON",
"memo": null,
"scheduled_memo": null,
"sales_journal_dc_id": 23040,
"realization_timestamp": "2021/05/02 00:00:00 +0900",
"code": null,
"ar_reason_master_id": 1000,
"dc": "d",
"receipt_journal_dc_id": null,
"transfer_journal_id": null,
"scheduled_receive_timestamp": "2021/05/31 00:00:00 +0900",
"ar_receipt_attachments_count": null,
"usage_no": 0,
"regist_user_code": "yamakawa",
"update_user_code": null,
"lock_version": 0,
"created_at": "2021/05/22 23:05:49 +0900",
"updated_at": "2021/05/22 23:05:49 +0900"
},
"sum_receive": 1100,
"customer_line_count": 1
}
},
{
"type": "daily",
"locals": {
"planned_amount_of_receive": 12100
}
},
{
"type": "monthly",
"locals": {
"planned_amount_of_receive": 12100
}
}
]
ひと月の入金予定表
| パラメータ名 | 説明 |
|---|---|
|
type
任意 |
transaction か customer か daily か monthly が設定されます。 Validations:
|
|
locals
任意 |
Validations:
|
|
locals[ar_receipt]
任意 |
transaction か customer の時に必須です。 Validations:
|
|
locals[planned_amount_of_receive]
任意 |
daily か monthly の時に必須です。 Validations:
|