Good morning,
Or I think it's not possible to be done or there is something I don't know. I need to create a new record in BC using Postman, I can't use anything else. I have the following JSON:
{
"value":[
{
"Transaction_ID": "9000",
"Prod_Order_No": "TEST-EMS1",
"Line_No": 10000,
"Operation_No": "10",
"Item_No": "08692",
"Quantity": "100",
"Work_Center_No": "P1",
"Standard_Task_Code": "",
"Sales_Order_No": "ODV20-0030",
"Sales_Order_Line_No": 10000,
"Creation_Date": "2020-06-04T00:00:00",
"Imported": true,
"Error": ""
}
]
}
that I put on body request. Request method is a POST, I insert right URL, authentication is NTLM with username and password, content-type application/json
Nothing: always error 400, if I change authentication, I'll receive error 401
Is it possible I miss something. I'm using postman. If I do a get it's ok, this is a json I find doing a get
Best regards