機械翻訳について

1つの付加フレックスフィールドの作成

post

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

リクエスト

パス・パラメータ
  • これは、下書き購買オーダー・リソースの複合キーを構成し、下書き購買オーダーのインスタンスを一意に識別するために使用される属性のハッシュ・キーです。 クライアントはハッシュ・キー値を生成しないでください。 かわりに、クライアントは、ドラフト購買オーダーの特定のインスタンスに移動してハッシュ・キーを取得するために、ドラフト購買オーダー・コレクション・リソースを問い合せる必要があります。
ヘッダー・パラメータ
  • REST APIがランタイム・カスタマイズをサポートしている場合、サービスのシェイプはランタイム中に変更される可能性があります。 RESTクライアントは、これらの変更から自身を分離したり、このヘッダーを指定して最新バージョンのAPIと対話することを選択できます。 たとえば: Metadata-Context:sandbox="TrackEmployeeFeature".
  • RESTクライアントとサービスの間のプロトコル・バージョン。 クライアントがリクエストでこのヘッダーを指定しない場合、サーバーはAPIのデフォルト・バージョンを選択します。
  • 次のいずれかの値が含まれます: trueまたはfalse。 trueの場合、サーバーは作成操作ではなくアップサート操作を実行します。 アップサート操作中、サーバーはペイロードに一致する既存のリソースを検索しようとします。 一致が見つかった場合、サーバーは新しいリソースを作成するのではなく、既存のリソースを更新します。 見つからないかfalse (デフォルト)の場合、サーバーは作成操作を実行します。 アップサート操作は有効日RESTリソースではサポートされていません。
サポートされているメディア・タイプ
リクエスト本文 - application/json ()
ルート・スキーマ : スキーマ
タイプ: object
ソースを表示
トップに戻る

レスポンス

サポートされているメディア・タイプ

デフォルトのレスポンス

次の表では、このタスクに対するデフォルトのレスポンスについて説明します。
ヘッダー
  • REST APIがランタイム・カスタマイズをサポートしている場合、サービスのシェイプはランタイム中に変更される可能性があります。 RESTクライアントは、これらの変更から自身を分離したり、このヘッダーを指定して最新バージョンのAPIと対話することを選択できます。 たとえば: Metadata-Context:sandbox="TrackEmployeeFeature".
  • RESTクライアントとサービスの間のプロトコル・バージョン。 クライアントがリクエストでこのヘッダーを指定しない場合、サーバーはAPIのデフォルト・バージョンを選択します。
本文 ()
ルート・スキーマ : draftPurchaseOrders-DFF-item-response
タイプ: object
ソースを表示
トップに戻る

この例では、付加フレックスフィールドの作成方法について説明します。

cURLコマンドの例

次のcURLコマンドを使用して、RESTリソースに対するリクエストを送信します。

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"

リクエスト本文の例

次の例には、JSON形式のリクエスト本文のコンテンツが含まれます。 cURLコマンドの「リクエスト・ペイロード」は、リクエスト本文の例の内容に置き換えます。

リクエスト・ペイロードでは、コマンドが作成するレコードで使用される属性値を指定します。 この例では、下書き購買オーダー付加フレックスフィールドが、ヘッダー、明細、スケジュールおよび配分属性値とともに作成されます。

すべてのエンティティ・レベルのリクエストで提供される付加フレックスフィールドは次のとおりです:

  • ヘッダー・レベルには、3つのグローバル・セグメントがあります: サポート、PackageName、および危険度。 コンテキスト・セグメントはContactで、対応するコンテキスト依存セグメントはコンパニオン名およびフリ・ナンバーです。

  • 明細レベルには、2つのグローバル・セグメントがあります: StartingNumberおよびManufacturingCountryがリクエストで送信されました。 同様に、スケジュール・レベルには2つのグローバル・セグメントがあります: ExpiryDateおよびFragile。

  • 配分レベルには、1つのグローバル・セグメントがあります: SpecialRequestDate. コンテキスト・セグメントはDistContextで、DistContextに対応するコンテキスト依存セグメントはProjectです。

リクエストにコンテキスト・セグメントがないコンテキスト依存セグメントが含まれている場合、レスポンスによって、コンテキスト依存セグメントが無効であることを示すエラーが表示されます。 たとえば、ヘッダー・レベルで、contactコンテキストなしでcompanynameおよびphonenumberが指定されている場合、レスポンスはcompanynameに対してエラーを返します。

付加フレックスフィールドを使用してリクエストを送信する場合は、グローバル・セグメントおよびコンテキスト依存セグメントが、Oracle Cloudアプリケーションの購買付加フレックスフィールドの管理設定ページで構成されているリソース名と一致していることを確認してください。 同様に、リクエストで指定されたコンテキスト・セグメントはコンテキスト・コードと一致する必要があります。

{
	"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
					
				}]
			}
			]
		}]
	}]
}

レスポンス本文の例

次の例には、レスポンス本文の内容がJSON形式で含まれます:

{
	"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"
	} ]
}
「トップに戻る」