Hi, I want the contact and address for the order to appear in the GUI, but nothing is set from the following POST: {
"orderType": {
"value": "SO"
},
"currency": {
"value": "NOK"
},
"date": {
"value": "2021-08-23T11:09:41Z"
},
"customer": {
"value": "abc12"
},
"soShippingContact": {
"value": {
"overrideContact": {
"value": true
},
"name": {
"value": "Test Testesen"
},
"email": {
"value": "test@komplettnettbutikk.no"
},
"phone1": {
"value": "40404040"
}
}
},
"soBillingContact": {
"value": {
"overrideContact": {
"value": true
},
"name": {
"value": "Test testesen"
},
"email": {
"value": "test@komplettnettbutikk.no"
},
"phone1": {
"value": "40404040"
}
}
},
"soBillingAddress": {
"value": {
"addressLine1": {
"value": "Adressevegen 3"
},
"addressLine2": {
"value": "Oppgang 123"
},
"postalCode": {
"value": "7604"
},
"city": {
"value": "LEVANGER"
},
"countryId": {
"value": "NO"
},
"overrideAddress": {
"value": true
}
}
},
"soShippingAddress": {
"value": {
"addressLine1": {
"value": "Adressevegen 3"
},
"addressLine2": {
"value": "Oppgang 123"
},
"postalCode": {
"value": "7604"
},
"city": {
"value": "LEVANGER"
},
"countryId": {
"value": "NO"
},
"overrideAddress": {
"value": true
}
}
},
"lines": [
{
"value": {
"operation": "Insert",
"inventoryNumber": {
"value": "4"
},
"quantity": {
"value": 1
},
"unitPrice": {
"value": 200
},
"lineDescription": {
"value": " TEst"
},
"unitCost": {
"value": 100
},
"discountAmount": {
"value": 16
},
"taxCategory": {
"value": 3
}
}
}
],
"orderNumber": {
"value": "HEMETBKBM"
},
"note": {
"value": "Nettbutikkordre med ID 48 og referanse HEMETBKBM."
},
"description": {
"value": "Nettbutikkordre med ID 48 og referanse HEMETBKBM."
},
"customerRefNo": {
"value": 48
}
}
... View more