Zoltan Papp
11/13/2023, 10:32 PMError while accessing a resource. Please enter value(s) for: Tax Schedule.
whenever I am trying to create a NonInventorySaleItem via REST API. Did anyone face that issue? Thank youJay Flynn09
11/14/2023, 2:14 PMZoltan Papp
11/14/2023, 2:14 PMZoltan Papp
11/14/2023, 2:14 PMZoltan Papp
11/14/2023, 2:15 PMJay Flynn09
11/14/2023, 2:17 PMZoltan Papp
11/14/2023, 2:30 PMZoltan Papp
11/14/2023, 2:31 PM{
"displayName": "TESTTAMAS",
"itemId": "TESTTAMAS",
"taxSchedule": {
"id": 1
}
}
Zoltan Papp
11/14/2023, 2:32 PMPOST:{{REST_SERVICES}}/record/v1/nonInventorySaleItem
Zoltan Papp
11/14/2023, 2:32 PM{
"type": "<https://www.rfc-editor.org/rfc/rfc9110.html#section-15.5.1>",
"title": "Bad Request",
"status": 400,
"o:errorDetails": [
{
"detail": "Error while accessing a resource. Please enter value(s) for: Tax Schedule.",
"o:errorCode": "USER_ERROR"
}
]
}
Jay Flynn09
11/14/2023, 3:09 PMZoltan Papp
11/14/2023, 4:30 PM