cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Work Order revision Accept Upload

dabblu_singh
Explorer
0 Likes
521

Hi Experts,

Whenever I am trying to accept Work Order revision Upload through REST API call it is throwing an error for "Rate Category/UOM"

Error:-

{

"Status" : {

"TransactionID" : "z*******************",

"ReturnCode" : "106",

"Message" : "\nRecord 1: \nRate Category [pr] st/hr is not found.\n"

}

}

Note:- I have given the details as per SAP Fieldglass instance but still it is throwing an error mentioned above.

Regards,

Dabblu

Accepted Solutions (0)

Answers (2)

Answers (2)

jacksonr
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Dabblu,

I suggest raising a case with the fieldglass support desk. The team will then be able to investigate the set-up of your individual buyer instance to understand what the formatting error is in your upload file.

(also a handy hint is to try swapping out the rate category UOM for code instead or name or vice versa to see if that helps)

dabblu_singh
Explorer
0 Likes

Sure Jackson.

Thanks,

Dabblu

Colin_Husbands
Product and Topic Expert
Product and Topic Expert
0 Likes

It may be case sensitive, so try "ST/Hr" instead of "st/hr"

dabblu_singh
Explorer
0 Likes

Hi Colin,

I even tried it too, still getting the same error.