Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Create Miscellaneous Receipt using REST API

Dear All,

I am trying to create a miscellaneous receipt using a REST API "/fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions" with the body:

{
"SourceCode":"SERVICE",
"TransactionMode":"3",
"SourceHeaderId":1,
"SourceLineId":1,
"UseCurrentCostFlag":true,
"TransactionTypeName":"Miscellaneous Receipt",
"TransactionTypeId":42,
"TransactionSourceTypeName":"Inventory",
"OrganizationId":300000003913689,
"InventoryItemId":300000006461978,
"TransactionQuantity":10,
"PrimaryQuantity":10,
"TransactionUnitOfMeasure":"Each",
"TransactionDate":"2024-10-30T09:04:00",
"SubinventoryCode":"STO",
"SourceLotFlag":null,
"TransactionActionId":27,
"ExternalSystemTransactionReference":null,
"DistributionAccountId":300000005116528,
"ProcessStatus":"1"
}

I am receiving a success response, however the transaction is created in the pending transactions stage.

Then when I try to complete the transaction manually, I am receiving this error

You cannot add this transaction to the process schedule. (INV-2415771) Details: This transaction cannot be added because it is not ready for processing, it is already in the process schedule, it is staged and already locked for processing, or it is validated but not yet confirmed

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!