REST API: Execute a resource transaction while doing Operation completion in a work order — Cloud Customer Connect
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

REST API: Execute a resource transaction while doing Operation completion in a work order

Summary:

Hi Team,

I am trying to perform a resource transaction while doing an Operation completion in a discrete work order. The payload I am using is as below:

Link:

https://fa-erzp-XXXXX-XXXX.ds-fa.XXXX.com//fscmRestApi/resources/11.13.18.05/operationTransactions

Payload:


{
"SourceSystemCode": "EXT",
"SourceSystemType": "EXTERNAL",
"OperationTransactionDetail": [
{
"SourceSystemCode": "EXT",
"TransactionQuantity": 1,"WoOperationSequenceNumber": 10,
"OrganizationCode":"090",
"WorkOrderNumber": "BR",
"FromDispatchState": "READY",
"ToDispatchState": "COMPLETE",
"ResourceTransactionDetail": [
{
"ResourceCode":"Cutting1",
"TransactionQuantity":"1",
"TransactionUnitOfMeasure":"Hr",
"TransactionTypeCode":"RESOURCE_CHARGE",
"TransactionDate" : "2025-06-22T20:02:51.799+00:00",
"OrganizationCode":"050",
"WorkOrderNumber":"BR",
"OperationSequenceNumber":"10",
"ResourceSequenceNumber":"10"

            }
        ]
    }
]

}

The error I am getting :

Invalid attribute "ResourceTransactionDetail" in the payload.

Could you please help me with this issue?

Thank you

Content (please ensure you mask any confidential information):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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