
Below is the Create Sales Order Rest Api Sample Payload to create Sales order in oracle Fusion
The Rest API URL is
{
"SourceTransactionNumber": "PS_REST_324",
"SourceTransactionSystem": "OPS",
"SourceTransactionId": "PS_REST_324",
"TransactionalCurrencyName": "US Dollar",
"BusinessUnitName": "US1 Business Unit",
"BuyingPartyName": "Computer Service and Rentals",
"TransactionOn": "2019-12-19T19:51:48+00:00",
"SubmittedFlag": true,
"FreezePriceFlag": true,
"FreezeShippingChargeFlag": true,
"FreezeTaxFlag": true,
"RequestingBusinessUnitName": "US1 Business Unit",
"billToCustomer": [{
"PartyName": "Computer Service and Rentals",
"AccountNumber": "10060",
"SiteUseId": 300000047368650
}],
"shipToCustomer": [{
"PartyName": "Computer Service and Rentals",
"SiteId": 300000047368648
}],
"lines": [{
"SourceTransactionLineId": "1",
"SourceTransactionLineNumber": "1",
"SourceScheduleNumber": "1",
"SourceTransactionScheduleId": "1",
"OrderedUOMCode": "zzu",
"OrderedQuantity": 1,
"ProductNumber": "TDC0016",
"FOBPoint": "Destination",
"FreightTerms": "Add freight",
"PaymentTerms": "30 Net",
"ShipmentPriority": "High",
"RequestedShipDate": "2019-12-19T19:51:48+00:00",
"ContractStartDate": "2019-12-19T19:51:48+00:00",
"RequestedFulfillmentOrganizationId": 300000047274447,
"charges": [
{
"SourceChargeId": "SC1",
"PriceTypeCode": "ONE_TIME",
"ChargeTypeCode": "ORA_SALE",
"ChargeDefinitionCode": "QP_SALE_PRICE",
"ChargeSubtypeCode": "ORA_PRICE",
"PricedQuantity": 1,
"ChargeCurrencyCode": "USD",
"PricedQuantityUOMCode": "zzu",
"SequenceNumber": 1,
"PrimaryFlag": true,
"RollupFlag": false,
"AverageUnitSellingPrice": 25,
"CanAdjustFlag": "N",
"ApplyTo": "Price",
"ApplyToCode": "PRICE",
"chargeComponents": [
{
"SourceChargeComponentId": "SCL1",
"ChargeCurrencyUnitPrice": 25,
"ChargeCurrencyExtendedAmount": 75,
"ChargeCurrencyCode": "USD",
"PriceElement": "List Price",
"PriceElementCode": "QP_LIST_PRICE",
"PriceElementUsageCode": "LIST_PRICE",
"SequenceNumber": 1,
"RollupFlag": false,
"HeaderCurrencyUnitPrice": 25,
"HeaderCurrencyExtendedAmount": 75,
"HeaderCurrencyCode": "USD",
"PercentOfComparisonElement": 1,
"TaxIncludedFlag": false
},
{
"SourceChargeComponentId": "SCL2",
"ChargeCurrencyUnitPrice": 25,
"ChargeCurrencyExtendedAmount": 75,
"ChargeCurrencyDurationExtendedAmount": null,
"ChargeCurrencyCode": "USD",
"ChargeCurrency": "US Dollar",
"PriceElementCode": "QP_NET_PRICE",
"PriceElementUsageCode": "NET_PRICE",
"PriceElementUsage": "Net price",
"SequenceNumber": 2,
"RollupFlag": false,
"Explanation": null,
"ExplanationMessageName": null,
"HeaderCurrencyUnitPrice": 25,
"HeaderCurrencyExtendedAmount": 75,
"HeaderCurrencyDurationExtendedAmount": null,
"HeaderCurrencyCode": "USD",
"HeaderCurrency": "US Dollar",
"PercentOfComparisonElement": 1,
"PricingSourceId": null,
"PricingSourceTypeCode": null,
"PricingSourceType": null,
"SourceMpaId": null,
"TaxIncludedFlag": false
}
]
}
],
"billToCustomer": [{
"PartyName": "Computer Service and Rentals",
"AccountNumber": "10060",
"SiteUseId": 300000047368650
}],
"shipToCustomer": [{
"PartyName": "Computer Service and Rentals",
"SiteId": 300000047368648
}]
}]
}
{
"SourceTransactionNumber": "PS_REST_328",
"SourceTransactionSystem": "OPS",
"SourceTransactionId": "PS_REST_328",
"TransactionalCurrencyName": "US Dollar",
"BusinessUnitName": "US1 Business Unit",
"BuyingPartyName": "Pinnacle Technologies",
"TransactionOn": "2019-12-19T19:51:48+00:00",
"CustomerPONumber": "IDC123",
"SubmittedFlag": true,
"FreezePriceFlag": true,
"FreezeShippingChargeFlag": true,
"FreezeTaxFlag": true,
"RequestedShipDate": "2022-04-14T11:52:32+00:00",
"RequestingBusinessUnitName": "US1 Business Unit",
"billToCustomer": [{
"AccountNumber": "10080",
"Address1": "601 4TH AVE",
"City": "Seattle",
"Country": "US",
"County": "King",
"PartyName": "Pinnacle Technologies",
"PostalCode": "98104",
"State": "WA"
}],
"shipToCustomer": [{
"Address1": "601 4TH AVE",
"City": "Seattle",
"Country": "US",
"County": "King",
"PartyName": "Pinnacle Technologies",
"PartyNumber": "10080",
"PostalCode": "98104",
"State": "WA"
}],
"lines": [{
"SourceTransactionLineId": "1",
"SourceTransactionLineNumber": "1",
"SourceScheduleNumber": "1",
"SourceTransactionScheduleId": "1",
"OrderedUOM": "Ea",
"OrderedQuantity": 100,
"ProductNumber": "TDC0017",
"FOBPoint": "Destination",
"FreightTerms": "Add freight",
"PaymentTerms": "30 Net",
"ShipmentPriority": "High",
"RequestedShipDate": "2022-04-14T19:51:48+00:00",
"ContractEndDateTime": "2023-04-14T23:59:59+00:00",
"ContractStartDateTime": "2022-04-15T19:28:43+00:00",
"RequestedFulfillmentOrganizationId": null,
"charges": [
{
"SourceChargeId": "SC1",
"PriceTypeCode": "ONE_TIME",
"ChargeTypeCode": "ORA_SALE",
"ChargeDefinitionCode": "QP_SALE_PRICE",
"ChargeSubtypeCode": "ORA_PRICE",
"PricedQuantity": 1,
"ChargeCurrencyCode": "USD",
"PricedQuantityUOMCode": "zzu",
"SequenceNumber": 1,
"PrimaryFlag": true,
"RollupFlag": false,
"AverageUnitSellingPrice": 10000,
"CanAdjustFlag": "N",
"ApplyTo": "Price",
"ApplyToCode": "PRICE",
"chargeComponents": [
{
"SourceChargeComponentId": "SCL1",
"ChargeCurrencyUnitPrice": 10000,
"ChargeCurrencyExtendedAmount": 100000,
"ChargeCurrencyCode": "USD",
"PriceElement": "List Price",
"PriceElementCode": "QP_LIST_PRICE",
"PriceElementUsageCode": "LIST_PRICE",
"SequenceNumber": 1,
"RollupFlag": false,
"HeaderCurrencyUnitPrice": 10000,
"HeaderCurrencyExtendedAmount": 100000,
"HeaderCurrencyCode": "USD",
"PercentOfComparisonElement": 1,
"TaxIncludedFlag": false
},
{
"SourceChargeComponentId": "SCL2",
"ChargeCurrencyUnitPrice": 10000,
"ChargeCurrencyExtendedAmount": 10000,
"ChargeCurrencyDurationExtendedAmount": null,
"ChargeCurrencyCode": "USD",
"ChargeCurrency": "US Dollar",
"PriceElementCode": "QP_NET_PRICE",
"PriceElementUsageCode": "NET_PRICE",
"PriceElementUsage": "Net price",
"SequenceNumber": 2,
"RollupFlag": false,
"Explanation": null,
"ExplanationMessageName": null,
"HeaderCurrencyUnitPrice": 10000,
"HeaderCurrencyExtendedAmount": 100000,
"HeaderCurrencyDurationExtendedAmount": null,
"HeaderCurrencyCode": "USD",
"HeaderCurrency": "US Dollar",
"PercentOfComparisonElement": 1,
"PricingSourceId": null,
"PricingSourceTypeCode": null,
"PricingSourceType": null,
"SourceMpaId": null,
"TaxIncludedFlag": false
}
]
}
],
"billToCustomer": [{
"AccountNumber": "10080",
"Address1": "601 4TH AVE",
"City": "Seattle",
"Country": "US",
"County": "King",
"PartyName": "Pinnacle Technologies",
"PostalCode": "98104",
"State": "WA"
}],
"shipToCustomer": [{
"Address1": "601 4TH AVE",
"City": "Seattle",
"Country": "US",
"County": "King",
"PartyName": "Pinnacle Technologies",
"PartyNumber": "10080",
"PostalCode": "98104",
"State": "WA"
}]
}]
}
Oracle Document on Order Creation rest API
We have detected that you are using extensions to block ads. This website runs on Ad revenue to manage the server hosting costs. Please help us by removing the ad blocker extension from your browser or use another browser that does not have Blockers.
Optionally if you have the option to whitelist https://wpsbutton.com in your blocker extension, please do.
Thankyou