Backorder
If the acknowledgment has an acknowledgment code value that's in the scheduleBackOrderChange code list, then the fields that are updated include the Promised Ship Date or the Promised Delivery Date on the PO, or else the descriptive flexfields on the PO header and line are updated. This table displays the data mapping for backorder.
Oracle-1-0-B2B-Purchase-Order-Acknowlegment-In-V2 |
changePurchaseOrder |
---|---|
|
|
N/A |
This is populated during processing. |
This value needs to be in the |
|
|
If the |
|
|
N/A |
Set to SUPPLIER. |
PurchaseOrderEntryLine |
|
|
|
|
If |
|
Action If the acknowledgment code value is in the
|
N/A |
Schedule is auto generated. |
N/A |
This is autogenerated. |
|
If |
or
|
If |
|
If the acknowledgment code value is in the
|
PurchaseOrderEntryLine/LineFlexfield |
|
N/A |
If If If neither |
or
|
If If If no date is provided in |
HeaderFlexfield |
|
N/A |
If one of the descriptive flexfields is populated, this field is set to One or more lines have acknowledgment comments. |
Sample Payload
Here's a sample payload for backorder:
<n1:Lines>
<n1:LineNumber>1</n1:LineNumber>
<n1:SupplierItemNumber>594-379</n1:SupplierItemNumber>
<n1:CustomerItemNumber>544-589</n1:CustomerItemNumber>
<n1:OrderQuantity>10</n1:OrderQuantity>
<n1:UnitOfMeasureCode>EA</n1:UnitOfMeasureCode>
<n1:UnitPriceAmount>7</n1:UnitPriceAmount>
<n1:Acknowledgments>
<n1:AcknowledgmentCode>BACKORDER</n1:AcknowledgmentCode>
<n1:AcknowledgmentReason>Line 1-Backorder Change</n1:AcknowledgmentReason><!--This value will be populated in the Change Reason field-->
<n1:PromisedDeliveryDate>2026-11-17T09:30:47Z</n1:PromisedDeliveryDate ><!--If Buyer Managed Transport checkbox isn't selected on the PO, this value will be populated in the Promised Delivery Date field under the PO Schedules-->
</n1:Acknowledgments>
</n1:Lines>