EMUN1 ASP.NET

<back to all web services

UpdateOrderNote

The following routes are available for this service:
All Verbs/service/UpdateOrderNote
UpdateOrderNote Parameters:
NameParameterData TypeRequiredDescription
SetAsDefaultqueryboolNo
OrderNote Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
OrderNumberformstringNo
CreatedOnformDateTimeNo
NoteformstringNo
CreatedByformstringNo
IsExportedformboolNo
IsUploadedformboolNo
EntityBase<K> Parameters:
NameParameterData TypeRequiredDescription
IdformKNo
OrderNoteUpdated Parameters:
NameParameterData TypeRequiredDescription
SetAsDefaultformboolNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /service/UpdateOrderNote HTTP/1.1 
Host: www.bernhardt.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	setAsDefault: False,
	id: String,
	orderNumber: String,
	createdOn: 0001-01-01,
	note: String,
	createdBy: String,
	isExported: False,
	isUploaded: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	setAsDefault: False,
	id: String,
	orderNumber: String,
	createdOn: 0001-01-01,
	note: String,
	createdBy: String,
	isExported: False,
	isUploaded: False
}