Hi Team,
I'm trying to post work task from POSTMAN using https://XXXXXXXX/int/ifsapplications/projection/v1/WorkTaskServices.svc/ReceiveWorkTask
Following is the body
{
"ReceiveWorkTask": {
"TaskSeq": null,
"OrderNo": null,
"WoNo": "201074",
"Site": "1",
"Company": "10",
"OrganizationSite": "1",
"OrganizationId": "1300",
"PriorityId": "1",
"WorkTypeId": "1",
"Description": "It is a Text",
"CreatedDate": "2023-10-01T01:01:01Z",
"PreparedBy": "ifsapp",
"ReportedBy": "ifsapp",
"ReportedDate": "2023-10-01T01:01:01Z",
"PlannedStart": "2023-10-01T01:01:01Z",
"PlannedFinish": "2023-10-01T01:01:01Z",
"ExcludeFromScheduling": true,
"CustomerNo": "1010",
"CurrencyCode": "USD",
"PreAccountingId": "1",
"NoteId": "1",
"ChangedDate": "2023-10-01T01:01:01Z"
}
}
I get the below error,
{
"error": {
"code": "ODP_DESERIALIZATION_ERROR",
"message": "Error while de-serializing contents."
}
Please let me know what am i missing here?
Best Regards,