From 52d73ae3cfa718036a43ba625a5d6b97efac0be6 Mon Sep 17 00:00:00 2001 From: Gibran Waldron Date: Thu, 15 Feb 2024 11:35:11 -0800 Subject: [PATCH] Update Finances API Financial Events Group originaltotal description. --- models/finances-api-model/financesV0.json | 66 +++++++++++------------ 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/models/finances-api-model/financesV0.json b/models/finances-api-model/financesV0.json index 4b3a975..2871521 100644 --- a/models/finances-api-model/financesV0.json +++ b/models/finances-api-model/financesV0.json @@ -43,7 +43,7 @@ { "name": "FinancialEventGroupStartedBefore", "in": "query", - "description": "A date used for selecting financial event groups that opened before (but not at) a specified date and time, in ISO 8601 format. The date-time must be later than FinancialEventGroupStartedAfter and no later than two minutes before the request was submitted. If FinancialEventGroupStartedAfter and FinancialEventGroupStartedBefore are more than 180 days apart, no financial event groups are returned.", + "description": "A date used for selecting financial event groups that opened before (but not at) a specified date and time, in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format. The date-time must be later than FinancialEventGroupStartedAfter and no later than two minutes before the request was submitted. If FinancialEventGroupStartedAfter and FinancialEventGroupStartedBefore are more than 180 days apart, no financial event groups are returned.", "required": false, "type": "string", "format": "date-time" @@ -51,7 +51,7 @@ { "name": "FinancialEventGroupStartedAfter", "in": "query", - "description": "A date used for selecting financial event groups that opened after (or at) a specified date and time, in ISO 8601 format. The date-time must be no later than two minutes before the request was submitted.", + "description": "A date used for selecting financial event groups that opened after (or at) a specified date and time, in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format. The date-time must be no later than two minutes before the request was submitted.", "required": false, "type": "string", "format": "date-time" @@ -244,7 +244,7 @@ { "name": "PostedAfter", "in": "query", - "description": "A date used for selecting financial events posted after (or at) a specified time. The date-time **must** be more than two minutes before the time of the request, in ISO 8601 date time format.", + "description": "A date used for selecting financial events posted after (or at) a specified time. The date-time **must** be more than two minutes before the time of the request, in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date time format.", "required": false, "type": "string", "format": "date-time" @@ -252,7 +252,7 @@ { "name": "PostedBefore", "in": "query", - "description": "A date used for selecting financial events posted before (but not at) a specified time. The date-time must be later than `PostedAfter` and no later than two minutes before the request was submitted, in ISO 8601 date time format. If `PostedAfter` and `PostedBefore` are more than 180 days apart, no financial events are returned. You must specify the `PostedAfter` parameter if you specify the `PostedBefore` parameter. Default: Now minus two minutes.", + "description": "A date used for selecting financial events posted before (but not at) a specified time. The date-time must be later than `PostedAfter` and no later than two minutes before the request was submitted, in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date time format. If `PostedAfter` and `PostedBefore` are more than 180 days apart, no financial events are returned. You must specify the `PostedAfter` parameter if you specify the `PostedBefore` parameter. Default: Now minus two minutes.", "required": false, "type": "string", "format": "date-time" @@ -1050,7 +1050,7 @@ { "name": "PostedAfter", "in": "query", - "description": "A date used for selecting financial events posted after (or at) a specified time. The date-time must be no later than two minutes before the request was submitted, in ISO 8601 date time format.", + "description": "A date used for selecting financial events posted after (or at) a specified time. The date-time must be no later than two minutes before the request was submitted, in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date time format.", "required": false, "type": "string", "format": "date-time" @@ -1058,7 +1058,7 @@ { "name": "PostedBefore", "in": "query", - "description": "A date used for selecting financial events posted before (but not at) a specified time. The date-time must be later than PostedAfter and no later than two minutes before the request was submitted, in ISO 8601 date time format. If PostedAfter and PostedBefore are more than 180 days apart, no financial events are returned. You must specify the PostedAfter parameter if you specify the PostedBefore parameter. Default: Now minus two minutes.", + "description": "A date used for selecting financial events posted before (but not at) a specified time. The date-time must be later than PostedAfter and no later than two minutes before the request was submitted, in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date time format. If PostedAfter and PostedBefore are more than 180 days apart, no financial events are returned. You must specify the PostedAfter parameter if you specify the PostedBefore parameter. Default: Now minus two minutes.", "required": false, "type": "string", "format": "date-time" @@ -1569,12 +1569,12 @@ "description": "The charge refund transaction." }, "ChargeRefundTransactions": { - "type": "array", - "description": "A list of `ChargeRefund` transactions.", - "items": { - "$ref": "#/definitions/ChargeRefundTransaction" - } - }, + "type": "array", + "description": "A list of `ChargeRefund` transactions", + "items": { + "$ref": "#/definitions/ChargeRefundTransaction" + } + }, "CouponPaymentEvent": { "type": "object", "properties": { @@ -1680,11 +1680,11 @@ "$ref": "#/definitions/Currency" }, "GroupBeginDate": { - "description": "The beginning date and time of the financial event group that contains the debt. In ISO 8601 date time format.", + "description": "The beginning date and time of the financial event group that contains the debt. In [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date time format.", "$ref": "#/definitions/Date" }, "GroupEndDate": { - "description": "The ending date and time of the financial event group that contains the debt. In ISO 8601 date time format.", + "description": "The ending date and time of the financial event group that contains the debt. In [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date time format.", "$ref": "#/definitions/Date" } }, @@ -1720,12 +1720,12 @@ }, "FailedAdhocDisbursementEventList": { "type": "array", - "items": { - "$ref": "#/definitions/FailedAdhocDisbursementEvent" - }, - "description": "A list of `FailedAdhocDisbursementEvent`s." - }, - "FailedAdhocDisbursementEvent": { + "items": { + "$ref": "#/definitions/FailedAdhocDisbursementEvent" + }, + "description": "A list of `FailedAdhocDisbursementEvent`s." + }, + "FailedAdhocDisbursementEvent": { "type": "object", "properties": { "FundsTransfersType": { @@ -1825,7 +1825,7 @@ "description": "The status of the fund transfer." }, "OriginalTotal": { - "description": "The total amount in the currency of the marketplace in which the transactions occurred.", + "description": "The total amount in the currency of the marketplace in which the transactions occurred. For a closed financial group, this is the total amount of a disbursement or a charge amount. For an open financial event group, this is the current balance.", "$ref": "#/definitions/Currency" }, "ConvertedTotal": { @@ -1833,7 +1833,7 @@ "$ref": "#/definitions/Currency" }, "FundTransferDate": { - "description": "The date and time when the disbursement or charge was initiated. Only present for closed settlements. In ISO 8601 date time format.", + "description": "The date and time when the disbursement or charge was initiated. Only present for closed settlements. In [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date time format.", "$ref": "#/definitions/Date" }, "TraceId": { @@ -1849,11 +1849,11 @@ "$ref": "#/definitions/Currency" }, "FinancialEventGroupStart": { - "description": "The date and time at which the financial event group is opened. In ISO 8601 date time format.", + "description": "The date and time at which the financial event group is opened. In [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date time format.", "$ref": "#/definitions/Date" }, "FinancialEventGroupEnd": { - "description": "The date and time at which the financial event group is closed. In ISO 8601 date time format.", + "description": "The date and time at which the financial event group is closed. In [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date time format.", "$ref": "#/definitions/Date" } }, @@ -2133,7 +2133,7 @@ "description": "An order identifier that is specified by the seller." }, "TransactionPostedDate": { - "description": "The date and time when the payment transaction is posted. In ISO 8601 date time format.", + "description": "The date and time when the payment transaction is posted. In [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date time format.", "$ref": "#/definitions/Date" }, "BusinessObjectType": { @@ -2843,7 +2843,7 @@ "$ref": "#/definitions/Currency" }, "TransactionCreationDate": { - "description": "The date and time that the credit transaction was created, in ISO 8601 date time format.", + "description": "The date and time that the credit transaction was created, in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date time format.", "$ref": "#/definitions/Date" } }, @@ -2984,12 +2984,12 @@ }, "ValueAddedServiceChargeEventList": { "type": "array", - "items": { - "$ref": "#/definitions/ValueAddedServiceChargeEvent" - }, - "description": "A list of `ValueAddedServiceCharge` events." - }, - "ValueAddedServiceChargeEvent": { + "items": { + "$ref": "#/definitions/ValueAddedServiceChargeEvent" + }, + "description": "A list of `ValueAddedServiceCharge` events." + }, + "ValueAddedServiceChargeEvent": { "type": "object", "properties": { "TransactionType": { @@ -3071,4 +3071,4 @@ "description": "Error response returned when the request is unsuccessful." } } -} +} \ No newline at end of file