Create one descriptive flexfield

post

/fscmRestApi/resources/11.13.18.05/draftPurchaseOrders/{draftPurchaseOrdersUniqID}/child/DFF

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key for the Draft Purchase Orders resource and used to uniquely identify an instance of Draft Purchase Orders. The client should not generate the hash key value. Instead, the client should query on the Draft Purchase Orders collection resource in order to navigate to a specific instance of Draft Purchase Orders to get the hash key.
Header Parameters
  • 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".
  • 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.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : draftPurchaseOrders-DFF-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to create descriptive flexfields.

Example cURL Command

Use the following cURL command to submit a request on the REST resource.

curl -u username:password -X POST -H "Content-Type:application/vnd.oracle.adf.resourceitem+json" -d 'request payload' 
"https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/DFF"

Example Request Body

The following example includes the contents of the request body in JSON format. You replace the request payload in the cURL command with the contents of the Example Request Body.

The request payload specifies attribute values that the command will use in the record that it creates. In this example, a draft purchase order descriptive flexfield is being created along with header, line, schedule, and distribution attribute values.

The descriptive flexfields that are provided in the request for all the entity levels are:

  • At the header level, there are three global segments: Support, PackageName, and Hazard. The context segment is Contact and the corresponding context sensitive segments are companyname and phonenumber.

  • At the line level, there are two global segments: StartingNumber and ManufacturingCountry, sent in the request. Similarly, at the schedule level, there are two global segments: ExpiryDate and Fragile.

  • At the distribution level, there is one global segment: SpecialRequestDate. The context segment is DistContext and the corresponding context sensitive segment for the DistContext is Project.

If the request contains context sensitive segments without the context segment, then the response results in an error stating the context sensitive segment is not valid. For example, at the header level, when companyname and phonenumber are provided without the Contact context, the response returns an error for companyname.

When sending the request with descriptive flexfields, ensure that the global segments and context sensitive segments match the resource name that is configured in the Manage Purchasing Descriptive Flexfields setup page of the Oracle Cloud application. Similarly, the context segment provided in the request should match the Context Code.

{
	"ProcurementBU" : "Vision Operations",
	"RequisitioningBU" : "Vision Operations",
	"BillToLocation" : "V1- New York City",
	"BillToBU": "Vision Operations",
	"BuyerId": 100010026863783,
	"Currency" : "US Dollar",
	"Supplier": "Advanced Network Devices",
	"SupplierSite": "PARIS_HQ",
	"SupplierContact":"Smith, Eric",
	"DefaultTaxationCountry": "United States",
	"FirstPartyRegistrationNumber": "SYS12204",
	"DocumentFiscalClassification": "Sales Transaction/Accounting",
	"FreightTerms" : "Due",
	"FOB"  : "Origin",
	"Carrier" : "Airborne",
	"ServiceLevel"     : "2nd day air",
	"ModeOfTransport"  : "Parcel",
	"PayOnReceiptFlag":"N",
	"BuyerManagedTransportFlag":"N",
	"RequiredAcknowledgment":"None",
	"SupplierCommunicationMethod": "NONE",
	"NoteToReceiver":"This is a note to Receiver",
	"NoteToSupplier":"This is a note to Supplier",
	"Description" : "PO CREATION USING REST", 
	"DFF":[{
		"Support": "24BY7",
		"PackageName":"W1223",
		"Hazard":"NO",
		"TrnStartDate":"2020-03-03",
		"__FLEX_Context": "Contact",
		"companyname":"VISION CORP",
		"phonenumber":6506338100
	}],
	"lines":[{
		"LineNumber": 1,
		"LineType": "Goods",
		"Category": "Miscellaneous_1",
		"Description": "Laptop Battery",
		"Quantity": 10,
		"Price" : 10,
		"UOM" : "Each",
		"DFF":[{
			"StartingNumber": 45065,
			"ManufacturingCountry":"USA"
		}],
		"schedules":[{
			"ScheduleNumber": 1,
			"Quantity": 10,
			"AccrueAtReceiptFlag":"N",
			"LateReceiptToleranceDays":"6",
			"EarlyReceiptToleranceDays":"5",
			"ReceiptCloseTolerancePercent":"60",
			"InvoiceCloseTolerancePercent":"60",
			"InvoiceMatchOptionCode":"P",
			"ReceiptRoutingId":3,
			"ShipToLocationId" : 204,
			"ShipToOrganizationId" : 204,
			"TransactionBusinessCategory" : "Purchase Transaction/CPO-BUSINESS CLASSI CODE1",
			"UserDefinedFiscalClassification" : "AP_TAX_RECAL_UDFC",
			"ProductType" : "Goods",
			"TaxClassification": "APPARREC",
			"ProductCategory" : 847160520,
			"ProductFiscalClassification" : "ATG01",
			"AssessableValue" :100.0,
			"LocationOfFinalDischargeCode" : "RI_BU_LOC_ESS_R8480_AR",
			"LineIntendedUse" : "Ara_Excise",
			"InspectionRequiredFlag": false,
			"ReceiptRequiredFlag": true,
			"DFF":[{
				"ExpiryDate" : "2021-02-18",
				"Fragile" : "N"
			}],
			
			"distributions" : [

			{                         "DistributionNumber": 1,           
				"Quantity": 10,      
				"DeliverToLocationId": 204,  
				"POChargeAccount": "01-000-1410-0000-000",
				"DFF":[{
					"SpecialRequestDate": "2020-02-13",
					"__FLEX_Context": "DistContext",
					"Project": 2020
					
				}]
			}
			]
		}]
	}]
}

Example Response Body

The following example includes the contents of the response body in JSON format:

{
	"POHeaderId" : 300100195443519,
	"OrderNumber" : "1005566",
	"Description" : "PO CREATION USING REST",
	"DocumentStyleId" : 1,
	"DocumentStyle" : "Purchase Order",
	"StatusCode" : "INCOMPLETE",
	"Status" : "Incomplete",
	"ProcurementBUId" : 204,
	"ProcurementBU" : "Vision Operations",
	"RequisitioningBUId" : 204,
	"RequisitioningBU" : "Vision Operations",
	"BuyerId" : 100010026863783,
	"Buyer" : "Smith,Clare",
	"BuyerEmail" : "CVBUYER10@example.com",
	"CurrencyCode" : "USD",
	"Currency" : "US Dollar",
	"ConversionRateTypeCode" : null,
	"ConversionRateType" : null,
	"ConversionRateDate" : null,
	"ConversionRate" : null,
	"SupplierId" : 21,
	"Supplier" : "Advanced Network Devices",
	"SupplierSiteId" : 459,
	"SupplierSite" : "PARIS_HQ",
	"SupplierCommunicationMethod" : "NONE",
	"SupplierFax" : null,
	"SupplierOrder" : null,
	"SupplierEmailAddress" : null,
	"SoldToLegalEntityId" : 204,
	"SoldToLegalEntity" : "Vision Operations",
	"BillToBUId" : 204,
	"BillToBU" : "Vision Operations",
	"BillToLocationId" : 204,
	"BillToLocation" : "V1- New York City",
	"DefaultShipToLocationId" : null,
	"DefaultShipToLocation" : null,
	"RequiredAcknowledgmentCode" : "N",
	"RequiredAcknowledgment" : "None",
	"AcknowledgmentDueDate" : null,
	"AcknowledgmentWithinDays" : null,
	"BuyerManagedTransportFlag" : false,
	"RequiresSignatureFlag" : false,
	"PendingSignatureFlag" : null,
	"PaymentTermsId" : null,
	"PaymentTerms" : null,
	"FOBCode" : "Origin",
	"FOB" : "Origin",
	"FreightTermsCode" : "Due",
	"FreightTerms" : "Due",
	"SupplierContactId" : 1056,
	"SupplierContact" : "Smith, Eric",
	"NoteToSupplier" : "This is a note to Supplier",
	"NoteToReceiver" : "This is a note to Receiver",
	"CarrierId" : 12519,
	"Carrier" : "Airborne",
	"ModeOfTransportCode" : "PARCEL",
	"ModeOfTransport" : "Parcel",
	"ServiceLevelCode" : "2DA",
	"ServiceLevel" : "2nd day air",
	"ConfirmingOrderFlag" : false,
	"PayOnReceiptFlag" : false,
	"DocumentCreationMethod" : "PO_REST_SERVICE",
	"ShippingMethod" : "Airborne-Parcel-2nd day air",
	"DefaultTaxationCountryCode" : "US",
	"DefaultTaxationCountry" : "United States",
	"FirstPartyRegistrationId" : 100000015140353,
	"FirstPartyRegistrationNumber" : "SYS12204",
	"ThirdPartyRegistrationId" : null,
	"ThirdPartyRegistrationNumber" : null,
	"DocumentFiscalClassificationId" : 21596,
	"DocumentFiscalClassificationCode" : "SALES_TRANSACTION/CONTABILIZACAO",
	"DocumentFiscalClassification" : "Sales Transaction/Accounting",
	"BudgetaryControlEnabledFlag" : false,
	"CancelFlag" : null,
	"ChangeOrderInitiatingParty" : null,
	"ChangeOrderNumber" : null,
	"ChangeOrderDescription" : null,
	"ChangeOrderStatusCode" : null,
	"ChangeOrderStatus" : null,
	"ChangeOrderTypeCode" : null,
	"ChangeOrderType" : null,
	"ChangeRequestedBy" : null,
	"ContractTermsExistFlag" : null,
	"DuplicatedFromHeaderId" : null,
	"FundsStatus" : null,
	"FundsStatusCode" : null,
	"ImportSourceCode" : null,
	"ReferenceNumber" : null,
	"LastUpdateDate" : "2020-03-04T14:12:59.247+00:00",
	"LastUpdatedBy" : "CVBUYER01",
	"CreationDate" : "2020-03-04T14:12:57.001+00:00",
	"CreatedBy" : "CVBUYER01",
	"DFF" : [ {
		"PoHeaderId" : 300100195443519,
		"PackageName" : "W1223",
		"Support" : "24BY7",
		"Hazard" : "NO",
		"TrnStartDate" : "2020-03-03",
		"__FLEX_Context" : "Contact",
		"__FLEX_Context_DisplayValue" : "Contact",
		"companyname" : "VISION CORP",
		"phonenumber" : 6506338100,
		"links" : [ {
			"rel" : "self",
			"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/DFF/300100195443519",
			"name" : "DFF",
			"kind" : "item",
			"properties" : {
				"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
			}
		}, {
			"rel" : "canonical",
			"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/DFF/300100195443519",
			"name" : "DFF",
			"kind" : "item"
		}, {
			"rel" : "parent",
			"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519",
			"name" : "draftPurchaseOrders",
			"kind" : "item"
		} ]
	} ],
	"lines" : [ {
		"POLineId" : 300100195443521,
		"LineNumber" : 1,
		"POHeaderId" : 300100195443519,
		"OrderNumber" : "1005566",
		"LineTypeId" : 1,
		"LineType" : "Goods",
		"ItemId" : null,
		"Item" : null,
		"ItemRevision" : null,
		"CategoryId" : 1,
		"CategoryCode" : "MISC.MISC",
		"Category" : "Miscellaneous_1",
		"Description" : "Laptop Battery",
		"Amount" : null,
		"Quantity" : 10,
		"Price" : 10,
		"UOMCode" : "Ea",
		"UOM" : "Each",
		"CurrencyCode" : "USD",
		"Currency" : "US Dollar",
		"BaseModelId" : null,
		"BaseModel" : null,
		"BaseModelPrice" : null,
		"CancelDate" : null,
		"CancelFlag" : null,
		"CancelReason" : null,
		"CancelledBy" : null,
		"ChangeAcceptedFlag" : null,
		"ConfiguredItemFlag" : false,
		"ConsignmentLineFlag" : false,
		"SourceAgreementId" : null,
		"SourceAgreementNumber" : null,
		"SourceAgreementLineId" : null,
		"SourceAgreementLine" : null,
		"SourceAgreementTypeCode" : null,
		"SourceAgreementType" : null,
		"ResponseLine" : null,
		"Response" : null,
		"NegotiationId" : null,
		"Negotiation" : null,
		"NegotiationLine" : null,
		"FundsStatusCode" : null,
		"FundsStatus" : null,
		"ManualPriceChangeFlag" : null,
		"NegotiatedFlag" : null,
		"NoteToSupplier" : null,
		"ReasonForChange" : null,
		"SupplierConfigurationId" : null,
		"SupplierItem" : null,
		"OptionsPrice" : null,
		"UNNumberCode" : null,
		"UNNumberId" : null,
		"UNNumber" : null,
		"UNNumberDescription" : null,
		"HazardClassCode" : null,
		"HazardClassId" : null,
		"HazardClass" : null,
		"WorkOrderProduct" : null,
		"TaxableFlag" : null,
		"ReferenceNumber" : null,
		"CreationDate" : "2020-03-04T14:12:58.054+00:00",
		"CreatedBy" : "CVBUYER01",
		"LastUpdateDate" : "2020-03-04T14:12:59.065+00:00",
		"LastUpdatedBy" : "CVBUYER01",
		"schedules" : [ {
			"LineLocationId" : 300100195443522,
			"ScheduleNumber" : 1,
			"POLineId" : 300100195443521,
			"LineNumber" : 1,
			"POHeaderId" : 300100195443519,
			"OrderNumber" : "1005566",
			"Quantity" : 10,
			"Amount" : null,
			"ShipToOrganizationId" : 204,
			"ShipToOrganizationCode" : "V1",
			"ShipToOrganization" : "Vision Operations",
			"ShipToLocation" : "V1- New York City",
			"ShipToLocationId" : 204,
			"ShipToLocationCode" : "V1- New York City",
			"DestinationTypeCode" : "EXPENSE",
			"DestinationType" : "Expense",
			"LocationOfFinalDischargeId" : 300100095929546,
			"LocationOfFinalDischargeCode" : "RI_BU_LOC_ESS_R8480_AR",
			"TransactionBusinessCategoryId" : 100000012508103,
			"TransactionBusinessCategoryCode" : "PURCHASE_TRANSACTION/CPO-BUSINESS CLASSI CODE1",
			"TransactionBusinessCategory" : "Purchase Transaction/CPO-BUSINESS CLASSI CODE1",
			"UserDefinedFiscalClassificationCode" : "AP_TAX_RECAL_UDFC",
			"UserDefinedFiscalClassification" : "AP_TAX_RECAL_UDFC",
			"ProductFiscalClassificationId" : 4983,
			"ProductFiscalClassificationCode" : "ATG01",
			"ProductFiscalClassification" : "ATG01",
			"ProductCategoryCode" : "847160520",
			"ProductCategory" : "847160520",
			"LineIntendedUseId" : 100100051302299,
			"LineIntendedUse" : "Ara_Excise",
			"ProductTypeCode" : "GOODS",
			"ProductType" : "Goods",
			"AssessableValue" : 100.0,
			"TaxClassificationCode" : "APPARREC",
			"TaxClassification" : "APPARREC",
			"InvoiceCloseTolerancePercent" : 60,
			"ReceiptCloseTolerancePercent" : 60,
			"EarlyReceiptToleranceDays" : 5,
			"LateReceiptToleranceDays" : 6,
			"AccrueAtReceiptFlag" : false,
			"ReceiptRoutingId" : 3,
			"ReceiptRouting" : "Direct delivery",
			"InvoiceMatchOptionCode" : "P",
			"InvoiceMatchOption" : "Order",
			"InspectionRequiredFlag" : false,
			"ReceiptRequiredFlag" : true,
			"MatchApprovalLevelCode" : "3-Way",
			"MatchApprovalLevel" : "3 Way",
			"AllowSubstituteReceiptsFlag" : null,
			"FirmFlag" : null,
			"OverReceiptTolerancePercent" : null,
			"BackToBackFlag" : null,
			"RequestedDeliveryDate" : null,
			"NoteToReceiver" : null,
			"PromisedDeliveryDate" : null,
			"PromisedShipDate" : null,
			"SalesOrderNumber" : null,
			"SalesOrderLineNumber" : null,
			"SalesOrderScheduleNumber" : null,
			"SecondaryQuantity" : null,
			"TaxableFlag" : null,
			"Carrier" : null,
			"CarrierId" : null,
			"CountryOfOrigin" : null,
			"CountryOfOriginCode" : null,
			"ShipToExceptionAction" : null,
			"ShipToExceptionActionCode" : null,
			"FundsStatusCode" : null,
			"FundsStatus" : null,
			"ModeOfTransport" : null,
			"ModeOfTransportCode" : null,
			"CancelDate" : null,
			"CancelReason" : null,
			"CancelledBy" : null,
			"RejectedReason" : null,
			"ReasonForChange" : null,
			"ChangeAcceptedFlag" : null,
			"ChangeOrderAmountCancelled" : null,
			"ChangeOrderQuantityCancelled" : null,
			"CustomerItem" : null,
			"CustomerItemDescription" : null,
			"CustomerPOLineNumber" : null,
			"CustomerPONumber" : null,
			"CustomerPOScheduleNumber" : null,
			"CurrencyCode" : "USD",
			"Currency" : "US Dollar",
			"RejectedBy" : null,
			"RejectedByRole" : null,
			"RequestedShipDate" : null,
			"CancelFlag" : null,
			"SecondaryUOMCode" : null,
			"SecondaryUOM" : null,
			"UOMCode" : "Ea",
			"UOM" : "Each",
			"ReceiptDateExceptionActionCode" : null,
			"ReceiptDateExceptionAction" : null,
			"OverReceiptActionCode" : null,
			"OverReceiptAction" : null,
			"WorkOrderId" : null,
			"WorkOrderNumber" : null,
			"WorkOrderOperationId" : null,
			"WorkOrderOperationSequence" : null,
			"WorkOrderSubType" : null,
			"SupplierOrderLineNumber" : null,
			"OrchestrationAgreementLineNumber" : null,
			"OrchestrationAgreementNumber" : null,
			"PrimaryTradeRelationshipId" : null,
			"POTradingOrganizationId" : null,
			"FirmStatusLookupCode" : null,
			"FirmStatus" : null,
			"ParentLineLocationId" : null,
			"ParentScheduleNumber" : null,
			"ShipToCustomerContactId" : null,
			"ShipToCustomerContact" : null,
			"ShipToCustomerId" : null,
			"ShipToCustomer" : null,
			"ShipToCustomerLocationId" : null,
			"ServiceLevelCode" : null,
			"ServiceLevel" : null,
			"CreatedBy" : "CVBUYER01",
			"CreationDate" : "2020-03-04T14:12:58.238+00:00",
			"LastUpdateDate" : "2020-03-04T14:12:59.067+00:00",
			"LastUpdatedBy" : "CVBUYER01",
			"ShippingMethod" : null,
			"DFF" : [ {
				"LineLocationId" : 300100195443522,
				"ExpiryDate" : "2021-02-18",
				"Fragile" : "N",
				"links" : [ {
					"rel" : "self",
					"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521/child/schedules/300100195443522/child/DFF/300100195443522",
					"name" : "DFF",
					"kind" : "item",
					"properties" : {
						"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
					}
				}, {
					"rel" : "canonical",
					"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521/child/schedules/300100195443522/child/DFF/300100195443522",
					"name" : "DFF",
					"kind" : "item"
				}, {
					"rel" : "parent",
					"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521/child/schedules/300100195443522",
					"name" : "schedules",
					"kind" : "item"
				} ]
			} ],
			"distributions" : [ {
				"PODistributionId" : 300100195443523,
				"DistributionNumber" : 1,
				"POHeaderId" : 300100195443519,
				"OrderNumber" : "1005566",
				"POLineId" : 300100195443521,
				"LineNumber" : 1,
				"LineLocationId" : 300100195443522,
				"ScheduleNumber" : 1,
				"Quantity" : 10,
				"Amount" : null,
				"DeliverToLocationId" : 204,
				"DeliverToLocationCode" : "V1- New York City",
				"DeliverToLocation" : "V1- New York City",
				"POChargeAccountId" : 13401,
				"POChargeAccount" : "01-000-1410-0000-000",
				"POAccrualAccountId" : null,
				"POAccrualAccount" : null,
				"POVarianceAccountId" : null,
				"POVarianceAccount" : null,
				"DestinationChargeAccountId" : null,
				"DestinationChargeAccount" : null,
				"DestinationVarianceAccountId" : null,
				"DestinationVarianceAccount" : null,
				"RecoverableInclusiveTax" : null,
				"RecoverableExclusiveTax" : null,
				"NonrecoverableInclusiveTax" : null,
				"NonrecoverableExclusiveTax" : null,
				"ConversionRate" : null,
				"ConversionRateDate" : null,
				"CurrencyCode" : "USD",
				"Currency" : "US Dollar",
				"UOMCode" : "Ea",
				"UOM" : null,
				"BudgetDate" : null,
				"ChangeAcceptedFlag" : null,
				"ChangeOrderAmountCancelled" : null,
				"ChangeOrderQuantityCancelled" : null,
				"DeliverToCustomerContactId" : null,
				"DeliverToCustomerContact" : null,
				"DeliverToCustomerId" : null,
				"DeliverToCustomer" : null,
				"DeliverToCustomerLocationId" : null,
				"RequesterId" : null,
				"Requester" : null,
				"DestinationSubinventory" : null,
				"FundsStatusCode" : null,
				"FundsStatus" : null,
				"ParentDistributionId" : null,
				"ParentDistributionNumber" : null,
				"ReasonForChange" : null,
				"RequisitionHeaderId" : null,
				"Requisition" : null,
				"RequisitionLineId" : null,
				"RequisitionLine" : null,
				"RequisitionDistributionId" : null,
				"RequisitionDistribution" : null,
				"CreationDate" : "2020-03-04T14:12:58.592+00:00",
				"CreatedBy" : "CVBUYER01",
				"LastUpdateDate" : "2020-03-04T14:12:59.071+00:00",
				"LastUpdatedBy" : "CVBUYER01",
				"DFF" : [ {
					"PoDistributionId" : 300100195443523,
					"DistEnabledDFF" : null,
					"SpecialRequestDate" : "2020-02-13",
					"__FLEX_Context" : "DistContext",
					"__FLEX_Context_DisplayValue" : "DistContext",
					"Project" : 2020,
					"links" : [ {
						"rel" : "self",
						"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521/child/schedules/300100195443522/child/distributions/300100195443523/child/DFF/300100195443523",
						"name" : "DFF",
						"kind" : "item",
						"properties" : {
							"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
						}
					}, {
						"rel" : "canonical",
						"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521/child/schedules/300100195443522/child/distributions/300100195443523/child/DFF/300100195443523",
						"name" : "DFF",
						"kind" : "item"
					}, {
						"rel" : "parent",
						"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521/child/schedules/300100195443522/child/distributions/300100195443523",
						"name" : "distributions",
						"kind" : "item"
					} ]
				} ],
				"links" : [ {
					"rel" : "self",
					"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521/child/schedules/300100195443522/child/distributions/300100195443523",
					"name" : "distributions",
					"kind" : "item",
					"properties" : {
						"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
					}
				}, {
					"rel" : "canonical",
					"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521/child/schedules/300100195443522/child/distributions/300100195443523",
					"name" : "distributions",
					"kind" : "item"
				}, {
					"rel" : "parent",
					"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521/child/schedules/300100195443522",
					"name" : "schedules",
					"kind" : "item"
				}, {
					"rel" : "child",
					"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521/child/schedules/300100195443522/child/distributions/300100195443523/child/DFF",
					"name" : "DFF",
					"kind" : "collection"
				} ]
			} ],
			"links" : [ {
				"rel" : "self",
				"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521/child/schedules/300100195443522",
				"name" : "schedules",
				"kind" : "item",
				"properties" : {
					"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
				}
			}, {
				"rel" : "canonical",
				"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521/child/schedules/300100195443522",
				"name" : "schedules",
				"kind" : "item"
			}, {
				"rel" : "parent",
				"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521",
				"name" : "lines",
				"kind" : "item"
			}, {
				"rel" : "child",
				"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521/child/schedules/300100195443522/child/DFF",
				"name" : "DFF",
				"kind" : "collection"
			}, {
				"rel" : "child",
				"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521/child/schedules/300100195443522/child/distributions",
				"name" : "distributions",
				"kind" : "collection"
			} ]
		} ],
		"DFF" : [ {
			"PoLineId" : 300100195443521,
			"StartingNumber" : 45065,
			"ManufacturingCountry" : "USA",
			"__FLEX_Context" : null,
			"__FLEX_Context_DisplayValue" : null,
			"links" : [ {
				"rel" : "self",
				"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521/child/DFF/300100195443521",
				"name" : "DFF",
				"kind" : "item",
				"properties" : {
					"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
				}
			}, {
				"rel" : "canonical",
				"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521/child/DFF/300100195443521",
				"name" : "DFF",
				"kind" : "item"
			}, {
				"rel" : "parent",
				"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521",
				"name" : "lines",
				"kind" : "item"
			} ]
		} ],
		"links" : [ {
			"rel" : "self",
			"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521",
			"name" : "lines",
			"kind" : "item",
			"properties" : {
				"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
			}
		}, {
			"rel" : "canonical",
			"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521",
			"name" : "lines",
			"kind" : "item"
		}, {
			"rel" : "parent",
			"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519",
			"name" : "draftPurchaseOrders",
			"kind" : "item"
		}, {
			"rel" : "child",
			"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521/child/DFF",
			"name" : "DFF",
			"kind" : "collection"
		}, {
			"rel" : "child",
			"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines/300100195443521/child/schedules",
			"name" : "schedules",
			"kind" : "collection"
		} ]
	} ],
	"links" : [ {
		"rel" : "self",
		"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519",
		"name" : "draftPurchaseOrders",
		"kind" : "item",
		"properties" : {
			"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
		}
	}, {
		"rel" : "canonical",
		"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519",
		"name" : "draftPurchaseOrders",
		"kind" : "item"
	}, {
		"rel" : "child",
		"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/DFF",
		"name" : "DFF",
		"kind" : "collection"
	}, {
		"rel" : "child",
		"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/child/lines",
		"name" : "lines",
		"kind" : "collection"
	}, {
		"rel" : "action",
		"href" : "https://servername/fscmRestApi/resources/version/draftPurchaseOrders/300100195443519/action/submit",
		"name" : "submit",
		"kind" : "other"
	} ]
}
Back to Top