Unable to load Expenditure Type in Time Entries through REST API
Content
Hi All,
We are able to load Time Entries through REST API except Expenditure type attribute. Please refer below code and suggest what we are missing. After loading the data through REST API, the expenditure type attribute doesn't pull any values in the associated LOV.
{
"processInline":"N",
"processMode":"TIME_SAVE",
"timeRecordEvent":[
{
"timeRecordId":"",
"timeRecordVersion":"",
"startTime":"2018-04-09T08:00:00.000+00:00",
"reporterIdType":"PERSON",
"reporterId":"11054",
"assignmentNumber":"E11054",
"comment":"Testing rest API",
"operationType":"ADD",
"measure":"8",
"timeRecordEventAttribute":[
{
"attributeName":"PJC_PROJECT_ID",
"attributeValue":"300000012425764"
},
{
"attributeName":"PJC_TASK_ID",
"attributeValue":"100000000379700"
},
{
"attributeName":"PJC_EXPENDITURE_TYPE_ID",
"attributeValue":"300000001438130"
},
{
"attributeName":"PJC_EXPENDITURE_TYPE_NAME",
"attributeValue":"300000001438130-ST"
},
{
"attributeName":"PJC_SYSTEM_LINKAGE_FUNCTION",
"attributeValue":"ST"
Tagged:
1