POST api/quotes/updateUser?orderNo={orderNo}&email={email}&isDebug={isDebug}
Set new user on a quote, usually if the quote was initially anonymous.
Request Information
URI Parameters
| Name | Description | Type |
|---|---|---|
| orderNo |
Order number [required] |
string |
|
The email address must be in use in Navision [required] |
string |
Body Parameters
None.
Response Information
Resource Description
'OK' if successful, Exception (Status 500) Otherwise
string
Sample:
"result"