This is sample Payload to Create Sales Order in Oracle Fusion Order Management
https://<HOSTNAME>/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub
{
"SourceTransactionNumber": "SR-REST-0407-004",
"SourceTransactionSystem": "OPS",
"SourceTransactionId": "SR-REST-0407-004",
"TransactionalCurrencyName": "US Dollar",
"BusinessUnitName": "TEST BU",
"BuyingPartyName": "Customer001",
"TransactionOn": "2023-04-07",
"CustomerPONumber": "TEST-PO-04",
"SubmittedFlag": false,
"FreezePriceFlag": false,
"FreezeShippingChargeFlag": false,
"FreezeTaxFlag": false,
"RequestingBusinessUnitName": "TEST BU",
"ShippingCarrier": "UPS",
"ShippingServiceLevelCode": "03",
"ShippingServiceLevel": "UPS Ground",
"ShippingModeCode": "LTL/TL",
"ShippingMode": "LTL/TL",
"PackingInstructions": "Packing Instructions",
"ShippingInstructions": "Shipping Instructions",
"PaymentTerms": "01",
"ShipmentPriority": "Medium",
"billToCustomer": [{
"PartyName": "Customer001",
"AccountNumber": "ACCT001",
"SiteUseId": 1000
}],
"shipToCustomer": [{
"PartyName": "Customer001",
"SiteId": 1001
}],
"lines": [{
"SourceTransactionLineNumber": "1",
"SourceScheduleNumber": "1",
"SourceTransactionLineId": "1",
"SourceTransactionScheduleId": "1",
"OrderedUOMCode": "EA",
"OrderedQuantity": 1,
"ProductNumber": "ITEM#1",
"FreightTerms": null,
"PaymentTerms": "01",
"ShipmentPriority": null,
"RequestedShipDate": "2023-04-07",
"RequestedFulfillmentOrganizationName":"M01",
"billToCustomer": [{
"PartyName": "Customer001",
"AccountNumber": "ACCT001",
"SiteUseId": 1000
}],
"shipToCustomer": [{
"PartyName": "Customer001",
"SiteId": 1001
}]
}
]
}
"SourceTransactionNumber": "SR-REST-0407-004",
"SourceTransactionSystem": "OPS",
"SourceTransactionId": "SR-REST-0407-004",
"TransactionalCurrencyName": "US Dollar",
"BusinessUnitName": "TEST BU",
"BuyingPartyName": "Customer001",
"TransactionOn": "2023-04-07",
"CustomerPONumber": "TEST-PO-04",
"SubmittedFlag": false,
"FreezePriceFlag": false,
"FreezeShippingChargeFlag": false,
"FreezeTaxFlag": false,
"RequestingBusinessUnitName": "TEST BU",
"ShippingCarrier": "UPS",
"ShippingServiceLevelCode": "03",
"ShippingServiceLevel": "UPS Ground",
"ShippingModeCode": "LTL/TL",
"ShippingMode": "LTL/TL",
"PackingInstructions": "Packing Instructions",
"ShippingInstructions": "Shipping Instructions",
"PaymentTerms": "01",
"ShipmentPriority": "Medium",
"billToCustomer": [{
"PartyName": "Customer001",
"AccountNumber": "ACCT001",
"SiteUseId": 1000
}],
"shipToCustomer": [{
"PartyName": "Customer001",
"SiteId": 1001
}],
"lines": [{
"SourceTransactionLineNumber": "1",
"SourceScheduleNumber": "1",
"SourceTransactionLineId": "1",
"SourceTransactionScheduleId": "1",
"OrderedUOMCode": "EA",
"OrderedQuantity": 1,
"ProductNumber": "ITEM#1",
"FreightTerms": null,
"PaymentTerms": "01",
"ShipmentPriority": null,
"RequestedShipDate": "2023-04-07",
"RequestedFulfillmentOrganizationName":"M01",
"billToCustomer": [{
"PartyName": "Customer001",
"AccountNumber": "ACCT001",
"SiteUseId": 1000
}],
"shipToCustomer": [{
"PartyName": "Customer001",
"SiteId": 1001
}]
}
]
}
No comments:
Post a Comment