Get all debriefs
get
/fscmRestApi/resources/11.13.18.05/debriefs
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:- PrimaryKey: Finds debrief headers according to the specified primary key.
Finder Variables:- DebriefHeaderId; integer; Value that uniquely identifies the debrief header.
- PrimaryKey: Finds debrief headers according to the specified primary key.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- AssetId; integer; Value that uniquely identifies the asset.
- AssetNumber; string; Number that identifies the asset.
- BUName; string; Name of the business unit where the sales order is created.
- BUOrgId; integer; Value that uniquely identifies the business unit.
- BillToAddress; string; Value that defines the bill-to address of the bill-to party.
- BillToPartySiteId; integer; Value that uniquely identifies the bill-to party.
- CostOrganizationCode; string; Abbreviation that identifies the maintenance organization.
- CostOrganizationId; integer; Value that uniquely identifies the maintenance organization.
- CostOrganizationName; string; Name of the maintenance organization.
- CreateChargesFlag; boolean; Value that pulls the charges created for maintenance work orders for a debrief transaction.
- CreatedBy; string; Who column: indicates the user who created the row for debrief.
- CreationDate; string; Who column: indicates the date and time row created for debrief.
- CurrencyCode; string; Abbreviation that identifies the currency for repricing the debrief.
- CustomerAccountId; integer; Value that uniquely identifies the customer account.
- CustomerAccountNumber; string; Number that identifies the customer account.
- CustomerName; string; Name of the customer.
- DebriefHeaderId; integer; Value that uniquely identifies the debrief header record.
- DebriefNumber; string; Number that uniquely identifies the debrief header record.
- DebriefStatus; string; Value that defines the meaning of the debrief status. The Values are derived from lookup ORA_RCL_DEBRIEF_STATUS.
- DebriefStatusCode; string; Abbreviation that identifies the status of the debrief header. A list of accepted values is defined in the lookup type ORA_RCL_DEBRIEF_STATUS. You cannot add additional debrief statuses.
- FreezePrice; string; Value that indicates whether or not the price is frozen when creating the sales order.
- LastUpdateDate; string; Who column: indicates the date and time of the last update of the row for debrief.
- LastUpdateLogin; string; Who column: indicates the session login associated with the user who last updated the row for debrief.
- LastUpdatedBy; string; Who column: indicates the user who last updated the row for debrief.
- ObjectVersionNumber; integer; Number that is used to implement optimistic locking. This number is incremented every time the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was most recently queried.
- OrderId; number; Value that uniquely identifies the order.
- OrderNumber; string; Number that uniquely identifies the order.
- ParentEntityCode; string; Abbreviation that identifies the parent entity of the debrief header.
- ParentEntityCodeMeaning; string; Meaning of the parent entity code. A list of accepted values is defined in the lookup type ORA_RCL_SOURCE_DOC_TYPE.
- ParentEntityId; integer; Value that uniquely identifies the parent entity of the debrief header.
- ParentEntityName; string; Name of the parent entity associated with the debrief.
- ParentEntityNumber; string; Number that identifies the parent document associated with the service logistics debrief record.
- PartyId; integer; Value that uniquely identifies the customer party (HZ_PARTIES) associated with the service logistics debrief record (RCL_DEBRIEF_HEADERS).
- ProductItemDescription; string; Value that defines description of the product item.
- ProductItemId; integer; Value that uniquely identifies the product (EGP_SYSTEM_ITEMS) associated with the service logistics debrief record (RCL_DEBRIEF_HEADERS).
- ProductItemNumber; string; Number that uniquely identifies the product (EGP_SYSTEM_ITEMS) associated with the service logistics debrief record (RCL_DEBRIEF_HEADERS).
- ProductSerialNumber; string; Serial number that identifies the product.
- PurchaseOrder; string; Value that defines the purchase order number from the service request for the debrief header.
- Quantity; number; Asset quantity ordered for the return material authorization (RMA) line.
- ReceivedQuantity; number; Asset quantity received for the return material authorization (RMA) line.
- RepriceFlag; boolean; Value that identifies the repricing of the debrief. Contains one of the following values: true or false. If true, initiates repricing for the debrief. If false, doesn't initiate repricing for the debrief.
- ServiceRequestId; integer; Value that uniquely identifies the service request.
- ServiceRequestNumber; string; Number that identifies the service request.
- TechnicianEmailAddress; string; Email address of the technician.
- TechnicianPartyId; integer; Value that uniquely identifies the technician resource (HZ_PARTIES) associated with the service logistics debrief record (RCL_DEBRIEF_HEADERS).
- TechnicianPartyName; string; Name of the technician.
- TechnicianPartyNumber; string; Party number of the technician.
- WorkOrderSubTypeCode; string; Abbreviation that identifies the work order subtype.
- WorkOrderSubTypeMeaning; string; Meaning of the work order subtype.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context(required):
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version(required):
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : debriefs
Type:
Show Source
object
-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
Items
The items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
Links
The link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : debriefs-item-response
Type:
Show Source
object
-
AssetId: integer
(int64)
Value that uniquely identifies the asset.
-
AssetNumber: string
Maximum Length:
80
Number that identifies the asset. -
BillToAddress: string
Read Only:
true
Maximum Length:4000
Value that defines the bill-to address of the bill-to party. -
BillToPartySiteId: integer
(int64)
Value that uniquely identifies the bill-to party.
-
BUName: string
Maximum Length:
240
Name of the business unit where the sales order is created. -
BUOrgId: integer
(int64)
Value that uniquely identifies the business unit.
-
CostOrganizationCode: string
Maximum Length:
18
Abbreviation that identifies the maintenance organization. -
CostOrganizationId: integer
(int64)
Value that uniquely identifies the maintenance organization.
-
CostOrganizationName: string
Read Only:
true
Maximum Length:240
Name of the maintenance organization. -
CreateChargesFlag: boolean
Value that pulls the charges created for maintenance work orders for a debrief transaction.
-
CreatedBy: string
Read Only:
true
Maximum Length:64
Who column: indicates the user who created the row for debrief. -
CreationDate: string
(date-time)
Read Only:
true
Who column: indicates the date and time row created for debrief. -
CurrencyCode: string
Abbreviation that identifies the currency for repricing the debrief.
-
CustomerAccountId: integer
(int64)
Value that uniquely identifies the customer account.
-
CustomerAccountNumber: string
Maximum Length:
30
Number that identifies the customer account. -
CustomerName: string
Maximum Length:
360
Name of the customer. -
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the debrief header record.
-
DebriefNumber: string
Maximum Length:
30
Number that uniquely identifies the debrief header record. -
debriefsDFF: array
Flexfields for Debriefs
Title:
Flexfields for Debriefs
The Flexfields for Debriefs resource manages the flexfields for a debrief. -
DebriefStatus: string
Read Only:
true
Maximum Length:80
Value that defines the meaning of the debrief status. The Values are derived from lookup ORA_RCL_DEBRIEF_STATUS. -
DebriefStatusCode: string
Maximum Length:
30
Default Value:NEW
Abbreviation that identifies the status of the debrief header. A list of accepted values is defined in the lookup type ORA_RCL_DEBRIEF_STATUS. You cannot add additional debrief statuses. -
FreezePrice: string
Maximum Length:
1
Value that indicates whether or not the price is frozen when creating the sales order. -
LastUpdateDate: string
(date-time)
Read Only:
true
Who column: indicates the date and time of the last update of the row for debrief. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
Who column: indicates the user who last updated the row for debrief. -
LastUpdateLogin: string
Read Only:
true
Maximum Length:32
Who column: indicates the session login associated with the user who last updated the row for debrief. -
lines: array
Debrief Lines
Title:
Debrief Lines
The Debrief Lines resource manages additional information for service activity, labor item, start time, end time, material item, quantity, unit of measure, expense item, amount, and currency code. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Number that is used to implement optimistic locking. This number is incremented every time the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was most recently queried.
-
OrderId: number
Read Only:
true
Value that uniquely identifies the order. -
OrderNumber: string
Read Only:
true
Maximum Length:50
Number that uniquely identifies the order. -
ParentEntityCode: string
Maximum Length:
30
Abbreviation that identifies the parent entity of the debrief header. -
ParentEntityCodeMeaning: string
Maximum Length:
80
Meaning of the parent entity code. A list of accepted values is defined in the lookup type ORA_RCL_SOURCE_DOC_TYPE. -
ParentEntityId: integer
(int64)
Value that uniquely identifies the parent entity of the debrief header.
-
ParentEntityName: string
Maximum Length:
400
Name of the parent entity associated with the debrief. -
ParentEntityNumber: string
Maximum Length:
30
Number that identifies the parent document associated with the service logistics debrief record. -
PartyId: integer
(int64)
Value that uniquely identifies the customer party (HZ_PARTIES) associated with the service logistics debrief record (RCL_DEBRIEF_HEADERS).
-
ProductItemDescription: string
Read Only:
true
Maximum Length:240
Value that defines description of the product item. -
ProductItemId: integer
(int64)
Value that uniquely identifies the product (EGP_SYSTEM_ITEMS) associated with the service logistics debrief record (RCL_DEBRIEF_HEADERS).
-
ProductItemNumber: string
Maximum Length:
300
Number that uniquely identifies the product (EGP_SYSTEM_ITEMS) associated with the service logistics debrief record (RCL_DEBRIEF_HEADERS). -
ProductSerialNumber: string
Maximum Length:
80
Serial number that identifies the product. -
projectDetailsDFF: array
Flexfields for Project Details
Title:
Flexfields for Project Details
The Flexfields for Project Details resource manages the flexfields that contain details about the project. -
PurchaseOrder: string
Maximum Length:
50
Value that defines the purchase order number from the service request for the debrief header. -
Quantity: number
Read Only:
true
Asset quantity ordered for the return material authorization (RMA) line. -
ReceivedQuantity: number
Read Only:
true
Asset quantity received for the return material authorization (RMA) line. -
RepriceFlag: boolean
Value that identifies the repricing of the debrief. Contains one of the following values: true or false. If true, initiates repricing for the debrief. If false, doesn't initiate repricing for the debrief.
-
ServiceRequestId: integer
(int64)
Read Only:
true
Value that uniquely identifies the service request. -
ServiceRequestNumber: string
Read Only:
true
Maximum Length:30
Number that identifies the service request. -
TechnicianEmailAddress: string
Read Only:
true
Maximum Length:320
Email address of the technician. -
TechnicianPartyId: integer
(int64)
Value that uniquely identifies the technician resource (HZ_PARTIES) associated with the service logistics debrief record (RCL_DEBRIEF_HEADERS).
-
TechnicianPartyName: string
Maximum Length:
360
Name of the technician. -
TechnicianPartyNumber: string
Read Only:
true
Maximum Length:30
Party number of the technician. -
WorkOrderSubTypeCode: string
Maximum Length:
30
Abbreviation that identifies the work order subtype. -
WorkOrderSubTypeMeaning: string
Read Only:
true
Maximum Length:80
Meaning of the work order subtype.
Nested Schema : Flexfields for Debriefs
Type:
array
Title:
Flexfields for Debriefs
The Flexfields for Debriefs resource manages the flexfields for a debrief.
Show Source
Nested Schema : Debrief Lines
Type:
array
Title:
Debrief Lines
The Debrief Lines resource manages additional information for service activity, labor item, start time, end time, material item, quantity, unit of measure, expense item, amount, and currency code.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Project Details
Type:
array
Title:
Flexfields for Project Details
The Flexfields for Project Details resource manages the flexfields that contain details about the project.
Show Source
-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "AP_Distribution_Sets":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response", "AP_Invoice_Distribution":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response", "AP_Invoice_Line":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFAP__5FInvoice__5FLineVO-item-response", "EXM_Expense_Report":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFEXM__5FExpense__5FReportVO-item-response", "EXM_Expense_Report_Line":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response", "INV_Misc_Transactions":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response", "OM_Sales_Order":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFOM__5FSales__5FOrderVO-item-response", "PJC_All":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPJC__5FAllVO-item-response", "PJC_Expenditure_Batch":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response", "POR_Requisition":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPOR__5FRequisitionVO-item-response", "POR_User_Preferences":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response", "PO_Purchase_Order":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response", "PO_Purchase_Order_Line":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response", "PO_Purchase_Order_Schedule":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response" } }
Nested Schema : debriefs-debriefsDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Segment
Maximum Length:30
Descriptive flexfield context name for the debrief header. -
__FLEX_Context_DisplayValue: string
Title:
Context Segment
-
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the debrief header.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object
-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : debriefs-lines-item-response
Type:
Show Source
object
-
AppliedCurrencyCode: string
Read Only:
true
Maximum Length:15
Abbreviation that identifies the currency that's applied during pricing. -
BillingType: string
Read Only:
true
Maximum Length:80
Value that identifies the billing type associated with the debrief line. -
BillingTypeCode: string
Read Only:
true
Maximum Length:30
Abbreviation that identifies the billing type associated with the debrief line. -
BillToAddress: string
Maximum Length:
4000
Billing Address of the customer. -
BillToPartyId: integer
(int64)
Value that uniquely identifies the bill-to party (HZ_PARTIES).
-
BillToPartyName: string
Maximum Length:
360
Name of the bill-to customer party. -
BillToPartySiteId: integer
(int64)
Value that uniquely identifies the bill-to party.
-
charges: array
Charges
Title:
Charges
The Charges resource is used to view all the service charges for a debrief line. -
CommonInventoryFlag: boolean
Maximum Length:
1
Attribute that uniquely identifies the project inventory source for debrief transaction. Contains one of the following values: null, true, or false. If true, issuing parts from project common inventory is allowed during debrief material process .If false or null, issuing parts from project common inventory is not allowed during debrief material process. This attribute does not have a default value. -
CreatedBy: string
Read Only:
true
Maximum Length:64
Who column: indicates the user who created the row for the debrief line. -
CreationDate: string
(date-time)
Read Only:
true
Who column: indicates the date and time row created for the debrief line. -
CurrencyCode: string
Maximum Length:
15
Abbreviation that identifies the currency for the expense debrief line (FND_CURRENCIES). -
CustomerAccountId: integer
(int64)
Value that uniquely identifies the customer account.
-
CustomerAccountNumber: string
Maximum Length:
30
Number that identifies the customer account. -
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the debrief header record.
-
DebriefLineId: integer
(int64)
Value that uniquely identifies the debrief line record.
-
ErrorText: string
Read Only:
true
Maximum Length:2000
Value that describes the debrief error. -
ExpenseAmount: number
Expense debrief amount.
-
InventoryItemDescription: string
Read Only:
true
Maximum Length:240
Description of the item. -
InventoryItemId: integer
(int64)
Value that uniquely identifies the debrief item (EGP_SYSTEM_ITEMS). The item can be material, labor, or expense item as defined in the item's billing type (MATERIAL_BILLABLE_FLAG).
-
InventoryItemNumber: string
Maximum Length:
300
Number that identifies the item associated with the debrief line (EGP_SYSTEM_ITEMS). -
InvoiceId: integer
Read Only:
true
Value that uniquely identifies the invoice. -
InvoiceNumber: string
Read Only:
true
Maximum Length:30
Number that uniquely identifies the invoice. -
ItemRevision: string
Maximum Length:
18
Number that identifies the item revision. -
LaborEndDate: string
(date-time)
Date and time when the work ended.
-
LaborStartDate: string
(date-time)
Date and time when the work started.
-
LastUpdateDate: string
(date-time)
Read Only:
true
Who column: indicates the date and time of the last update of the row for the debrief line. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
Who column: indicates the user who last updated the row for the debrief line. -
LastUpdateLogin: string
Read Only:
true
Maximum Length:32
Who column: indicates the session login associated to the user who last updated the row for the debrief line. -
LineCategoryCode: string
Read Only:
true
Maximum Length:30
Abbreviation that identifies the line category of the service activity. -
linesDFF: array
Flexfields for Debrief Lines
Title:
Flexfields for Debrief Lines
The Flexfields for Debrief Lines resource manages the flexfields for a debrief line. -
LineStatus: string
Read Only:
true
Maximum Length:80
Value that defines the meaning of the line status. The values are derived from the lookup ORA_RCL_DEBRIEF_STATUS. -
LineStatusCode: string
Maximum Length:
30
Abbreviation that identifies the status of the debrief line. A list of accepted values is defined in the lookup type ORA_RCL_DEBRIEF_STATUS. You cannot add additional debrief statuses. -
LineType: string
Maximum Length:
30
Internal code that identifies the debrief line record as material, labor, or expense line. -
LineTypeMeaning: string
Read Only:
true
Maximum Length:80
Value that defines the meaning of the line type. The values are derived from the lookup EGP_MATERIAL_BILLABLE_TYPE. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LotNumber: string
Maximum Length:
80
Number that identifies the item's lot. -
OmInterfaceFlag: boolean
Read Only:
true
Maximum Length:1
Contains one of the following values: true or false. If true, then the charges are interfaced with Oracle Fusion Cloud Order Management. If false or null, then the charges are not interfaced with Oracle Order Management. -
OrderLineId: integer
(int64)
Value that uniquely identifies the sales order line (DOO_LINES_ALL).
-
OrderNumber: string
Read Only:
true
Maximum Length:50
Value that uniquely identifies the sales order number (DOO_HEADERS_ALL). -
OrganizationCode: string
Maximum Length:
18
Abbreviation that identifies the inventory organization associated with the debrief line. -
OrganizationId: integer
(int64)
Value that uniquely identifies the inventory organization.
-
OriginalOrderLineId: integer
(int64)
Reference to the original order line for which the correction is created.
-
ParentInstanceId: integer
(int64)
Value that uniquely identifies the parent instance of an asset.
-
PartyId: integer
(int64)
Value that uniquely identifies the customer party.
-
PartyName: string
Maximum Length:
360
Name of the customer. -
PricingSegment: string
Read Only:
true
Maximum Length:80
Value that describes the name of the pricing segment. -
PricingSegmentCode: string
Read Only:
true
Maximum Length:30
Abbreviation that identifies the pricing segment. -
PricingSegmentExplanation: string
Read Only:
true
Maximum Length:1000
Value that describes the detailed explanation of the pricing segment. -
PricingStrategy: string
Read Only:
true
Maximum Length:80
Value that describes the name of the pricing strategy. -
PricingStrategyExplanation: string
Read Only:
true
Maximum Length:1000
Value that describes the detailed explanation of the pricing strategy. -
PricingStrategyId: integer
(int64)
Read Only:
true
Value that uniquely identifies the pricing strategy. -
Quantity: number
Quantity of the debriefed item.
-
ReasonCode: string
Maximum Length:
30
This attribute is not currently used. -
RepairOrderId: integer
(int64)
Read Only:
true
Value that uniquely identifies the repair order. -
RepairOrderNumber: string
Read Only:
true
Maximum Length:120
Number that uniquely identifies the repair order. -
RepriceFlag: boolean
Value to be used to price a debrief line after manual adjustments are applied. It triggers repricing of the debrief line.
-
ReservationId: integer
(int64)
Value that uniquely identifies the inventory reservation created for part installation debrief lines.
-
SerialNumber: string
Maximum Length:
80
Serial number that identifies the item debriefed. -
ServiceActivity: string
Read Only:
true
Maximum Length:120
Value that defines name of the service activity. -
ServiceActivityCode: string
Maximum Length:
30
Abbreviation that identifies the service activity associated with the debrief line (RCL_SERVICE_ACTIVITIES_VL). -
ServiceActivityDescription: string
Read Only:
true
Maximum Length:240
Value that defines the description of the service activity. -
ServiceActivityId: integer
(int64)
Value that uniquely identifies the service activity of the debrief line (RCL_SERVICE_ACTIVITIES_VL).
-
SourceId: string
Maximum Length:
18
Value that uniquely identifies the application where the debrief line was first entered. -
SourceType: string
Maximum Length:
30
Value that identifies the application where the debrief line was first entered. -
StockLocationId: integer
Value that uniquely identifies the stocking location used in the debrief transaction (RCL_STOCK_LOCATIONS).
-
SubinventoryCode: string
Maximum Length:
10
Name of the subinventory that is used to install or return the debrief transaction. -
UnitOfMeasure: string
Maximum Length:
25
Unit of measure associated with the debrief line. -
UOMClass: string
Read Only:
true
Maximum Length:10
Value that indicates the unit of measure (UOM) class associated with the debrief line. -
UOMCode: string
Maximum Length:
3
Abbreviation that identifies the unit of measure used in the debrief transaction. -
ZeroChargeFlag: boolean
Read Only:
true
Maximum Length:1
Contains one of the following values: true or false . If true, then the charges are not billable. If false, then the charges are billable and the value is greater than zero.
Nested Schema : Charges
Type:
array
Title:
Charges
The Charges resource is used to view all the service charges for a debrief line.
Show Source
Nested Schema : Flexfields for Debrief Lines
Type:
array
Title:
Flexfields for Debrief Lines
The Flexfields for Debrief Lines resource manages the flexfields for a debrief line.
Show Source
-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "E":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEVO-item-response", "EE":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEEVO-item-response", "EF":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEFVO-item-response", "EL":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFELVO-item-response", "EM":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEMVO-item-response", "F":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFFVO-item-response", "L":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFLVO-item-response", "M":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFMVO-item-response" } }
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : debriefs-lines-charges-item-response
Type:
Show Source
object
-
Amount: number
Read Only:
true
Total value of the line item in the header currency. -
CanAdjustFlag: boolean
Read Only:
true
Maximum Length:1
Indicates whether manual adjustments can be performed or not. -
ChargeAppliesTo: string
Read Only:
true
Maximum Length:80
Name of the charge applied. -
ChargeAppliesToCode: string
Read Only:
true
Maximum Length:30
Value that indicates whether a charge is applied to shipment or return. -
ChargeCurrency: string
Read Only:
true
Maximum Length:25
Name of the charge currency. -
ChargeCurrencyCode: string
Read Only:
true
Maximum Length:15
Abbreviation that identifies charge currency. -
ChargeDefinition: string
Read Only:
true
Maximum Length:80
Name of the charge definition. -
ChargeDefinitionCode: string
Read Only:
true
Maximum Length:30
Value that describes the charge code. -
ChargeSubtype: string
Read Only:
true
Maximum Length:80
Name of the charge subtype. -
ChargeSubtypeCode: string
Read Only:
true
Maximum Length:30
Value that identifies charge subtype. -
ChargeType: string
Read Only:
true
Maximum Length:80
Name of the charge type. -
ChargeTypeCode: string
Read Only:
true
Maximum Length:30
Value that identifies the charge type. -
HeaderCurrency: string
Read Only:
true
Maximum Length:25
Name of the debrief header currency. -
HeaderCurrencyCode: string
Read Only:
true
Maximum Length:15
Abbreviation that identifies the debrief header currency. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ParentEntityId: integer
(int64)
Read Only:
true
Value that uniquely identifies the line to which the charge is associated. -
ParentHeaderId: number
Read Only:
true
Value that uniquely identifies the parent header record. -
PriceElement: string
Read Only:
true
Maximum Length:1000
Name of the pricing element. -
PriceElementCode: string
Read Only:
true
Maximum Length:30
Value that identifies the pricing element. -
PriceElementUsageCode: string
Read Only:
true
Maximum Length:30
Unique code that identifies the price element usage. -
PriceType: string
Read Only:
true
Maximum Length:80
Name of the price type. -
PriceTypeCode: string
Read Only:
true
Maximum Length:30
Value that identifies price type. -
Quantity: number
Read Only:
true
Pricing quantity. -
QuantityUnitOfMeasure: string
Read Only:
true
Maximum Length:25
Meaning of the unit of measure of the pricing quantity. -
QuantityUOM: string
Read Only:
true
Maximum Length:3
Abbreviation that identifies the unit of measure for the pricing quantity. -
SequenceNumber: integer
(int64)
Read Only:
true
Indicates the sequence for the charge. -
ServiceChargeComponentId: integer
(int64)
Read Only:
true
Unique identifier of the service charge component. -
ServiceChargeId: integer
Read Only:
true
Value that uniquely identifies the service charge. -
YourPrice: number
Read Only:
true
Unit price of the line item in the header currency.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type:
object
Discriminator: __FLEX_Context
Discriminator Values
Match One Schema
Show Source
-
E -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEVO-item-response
-
EE -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEEVO-item-response
-
EF -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEFVO-item-response
-
EL -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFELVO-item-response
-
EM -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEMVO-item-response
-
F -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFFVO-item-response
-
L -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFLVO-item-response
-
M -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFMVO-item-response
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Segment
Maximum Length:30
Default Value:E
Descriptive flexfield context name for debrief lines. -
__FLEX_Context_DisplayValue: string
Title:
Context Segment
-
DebriefLineId: integer
(int64)
Value that uniquely identifies the debrief line.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEEVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Segment
Maximum Length:30
Default Value:EE
Descriptive flexfield context name for debrief lines. -
__FLEX_Context_DisplayValue: string
Title:
Context Segment
-
DebriefLineId: integer
(int64)
Value that uniquely identifies the debrief line.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEFVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Segment
Maximum Length:30
Default Value:EF
Descriptive flexfield context name for debrief lines. -
__FLEX_Context_DisplayValue: string
Title:
Context Segment
-
DebriefLineId: integer
(int64)
Value that uniquely identifies the debrief line.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFELVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Segment
Maximum Length:30
Default Value:EL
Descriptive flexfield context name for debrief lines. -
__FLEX_Context_DisplayValue: string
Title:
Context Segment
-
DebriefLineId: integer
(int64)
Value that uniquely identifies the debrief line.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEMVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Segment
Maximum Length:30
Default Value:EM
Descriptive flexfield context name for debrief lines. -
__FLEX_Context_DisplayValue: string
Title:
Context Segment
-
DebriefLineId: integer
(int64)
Value that uniquely identifies the debrief line.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFFVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Segment
Maximum Length:30
Default Value:F
Descriptive flexfield context name for debrief lines. -
__FLEX_Context_DisplayValue: string
Title:
Context Segment
-
DebriefLineId: integer
(int64)
Value that uniquely identifies the debrief line.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFLVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Segment
Maximum Length:30
Default Value:L
Descriptive flexfield context name for debrief lines. -
__FLEX_Context_DisplayValue: string
Title:
Context Segment
-
DebriefLineId: integer
(int64)
Value that uniquely identifies the debrief line.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFMVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Segment
Maximum Length:30
Default Value:M
Descriptive flexfield context name for debrief lines. -
__FLEX_Context_DisplayValue: string
Title:
Context Segment
-
DebriefLineId: integer
(int64)
Value that uniquely identifies the debrief line.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type:
object
Discriminator: __FLEX_Context
Discriminator Values
- AP_Distribution_Sets
- AP_Invoice_Distribution
- AP_Invoice_Line
- EXM_Expense_Report
- EXM_Expense_Report_Line
- INV_Misc_Transactions
- OM_Sales_Order
- PJC_All
- PJC_Expenditure_Batch
- POR_Requisition
- POR_User_Preferences
- PO_Purchase_Order
- PO_Purchase_Order_Line
- PO_Purchase_Order_Schedule
Match One Schema
Show Source
-
AP_Distribution_Sets -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response
-
AP_Invoice_Distribution -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response
-
AP_Invoice_Line -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFAP__5FInvoice__5FLineVO-item-response
-
EXM_Expense_Report -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFEXM__5FExpense__5FReportVO-item-response
-
EXM_Expense_Report_Line -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response
-
INV_Misc_Transactions -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response
-
OM_Sales_Order -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFOM__5FSales__5FOrderVO-item-response
-
PJC_All -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPJC__5FAllVO-item-response
-
PJC_Expenditure_Batch -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response
-
POR_Requisition -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPOR__5FRequisitionVO-item-response
-
POR_User_Preferences -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response
-
PO_Purchase_Order -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response
-
PO_Purchase_Order_Line -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response
-
PO_Purchase_Order_Schedule -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Read Only:true
Maximum Length:40
Default Value:AP_Distribution_Sets
Descriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Read Only:true
Maximum Length:40
Default Value:AP_Invoice_Distribution
Descriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFAP__5FInvoice__5FLineVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Read Only:true
Maximum Length:40
Default Value:AP_Invoice_Line
Descriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFEXM__5FExpense__5FReportVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Read Only:true
Maximum Length:40
Default Value:EXM_Expense_Report
Descriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Read Only:true
Maximum Length:40
Default Value:EXM_Expense_Report_Line
Descriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Read Only:true
Maximum Length:40
Default Value:INV_Misc_Transactions
Descriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFOM__5FSales__5FOrderVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Read Only:true
Maximum Length:40
Default Value:OM_Sales_Order
Descriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project details. -
billableFlag: string
Title:
Billable
Maximum Length:1
-
billableFlag_Display: string
Title:
Billable
-
capitalizableFlag: string
Title:
Capitalizable
Maximum Length:1
-
capitalizableFlag_Display: string
Title:
Capitalizable
-
contractId: integer
(int64)
Title:
Contract Number
-
contractId_Display: string
Title:
Contract Number
-
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
expenditureItemDate: string
(date)
Title:
Expenditure Item Date
-
expenditureTypeId: integer
(int64)
Title:
Expenditure Type
-
expenditureTypeId_Display: string
Title:
Expenditure Type
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
organizationId: integer
(int64)
Title:
Expenditure Organization
-
organizationId_Display: string
Title:
Expenditure Organization
-
projectId: integer
(int64)
Title:
Project Number
-
projectId_Display: string
Title:
Project Number
-
reservedAttribute1: string
Title:
Funding Source
Maximum Length:150
-
reservedAttribute1_Display: string
Title:
Funding Source
-
taskId: integer
(int64)
Title:
Task Number
-
taskId_Display: string
Title:
Task Number
-
workTypeId: integer
(int64)
Title:
Work Type
-
workTypeId_Display: string
Title:
Work Type
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPJC__5FAllVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Read Only:true
Maximum Length:40
Default Value:PJC_All
Descriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_DisplayValue: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_DisplayValue: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Read Only:true
Maximum Length:40
Default Value:PJC_Expenditure_Batch
Descriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPOR__5FRequisitionVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Read Only:true
Maximum Length:40
Default Value:POR_Requisition
Descriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Read Only:true
Maximum Length:40
Default Value:POR_User_Preferences
Descriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project details. -
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Read Only:true
Maximum Length:40
Default Value:PO_Purchase_Order
Descriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Read Only:true
Maximum Length:40
Default Value:PO_Purchase_Order_Line
Descriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Read Only:true
Maximum Length:40
Default Value:PO_Purchase_Order_Schedule
Descriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source