Get Values
get
/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/values
Request
Path Parameters
-
gtmTransactionGid(required): string
Resource ID
-
gtmTransactionLineGid(required): string
Resource ID
Query Parameters
-
expand: string
Comma-delimited string of child resource names that you want to expand so that the contents return with the parent in the same GET request.
-
fields: string
Comma-delimited string of field names that you wanted returned in a GET request.
-
limit: integer(int32)
Positive integer value that specifies the maximum number of items returned by the server.
-
offset: integer(int32)
Non-negative integer values that specifies the index of the first item to be returned. The offset index begins at 0. By default, the offset is 0, which returns all items starting from the first item in the collection.
-
orderBy: string
Comma-separated string of field names, each optionally followed by asc or desc, that specifies the order of items returned in the response payload.
-
q: string
Filter (a 'where'clause) to restrict the items returned in the collection. By default, no filtering is applied.
-
totalResults: boolean
Boolean value that specifies whether to calculate the totalResults property. By default, this value is set to false indicating that totalResults is not calculated.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/vnd.oracle.resource+json;type=collection
Default Response
Default Response.
Nested Schema : customsDeclarations.lines.values
Type:
Show Source
object-
currencyValue:
currencyValue
The currency value of the trade transaction line.
-
domainName: string
Database domain where this data is stored.
-
gtmFormulaExpressionGid: string
Formula(If any) associated with the value qualifier.
-
gtmValueQualifierGid: string
The GID for the value qualifier on the trade transaction line.
-
isFixed: boolean
If this is set to false, the currency values can be overridden with the values calculated from formula or any other process.
-
links: array
links
Read Only:
true -
methodOfCalculation: string
Shows how the currency value should be calculated either manually or by using a formula.
-
paymentMethodCodeGid: string
The payment method. It is a foreign key to PAYMENT_METHOD_CODE table.
-
rcValue: number
(double)
The reporting currency value.
-
rcValueCurrencyGid: string
The reporting currency. It is a foreign key to CURRENCY table.
-
valueDetails:
valueDetails
-
valueFormulaCompRuleGrpId: string
Compliance rule group ID used to assign formula to the value qualifiers on the transaction line.
-
valueNote: string
A note that shows how the value qualifier is calculated.
-
valueSetCompRuleGrpId: string
Compliance rule group ID used to assign value set to the transaction line.
Nested Schema : currencyValue
The currency value of the trade transaction line.
Match All
The currency value of the trade transaction line.
Show Source
Nested Schema : valueDetails
Type:
Show Source
object-
items: array
items
-
links: array
links
Read Only:
true
Nested Schema : currencyType
Type:
Show Source
object-
currency: string
ISO 4217 currency code
-
value: number
Numeric value that specifies a currency
Nested Schema : customsDeclarations.lines.values.valueDetails
Type:
Show Source
object-
domainName: string
No description.
-
gtmTransactionLineGid: string
The GID for the GTM Trade Transaction Line.
-
gtmValueQualifierGid: string
Value Qualifier Gid
-
links: array
links
Read Only:
true -
referenceValueAttribute: string
Reference value attribute column shows which other value attribute this belongs to.
-
sequenceNo: number
(int64)
Sequence Number
-
value:
value
The currency value of the value attribute.
-
valueAttribute: string
Value attribute shows the attribute type of the value qualifier.
-
valueNote: string
A note that shows how the value attribute is calculated.
Nested Schema : value
The currency value of the value attribute.
Match All
The currency value of the value attribute.
Show Source