EMUN1 ASP.NET

<back to all web services

PrintInvoice

The following routes are available for this service:
All Verbs/service/Invoice/{InvoiceNumber}/Print
All Verbs/service/PrintInvoice/{InvoiceNumber}
All Verbs/service/PrintInvoice/
FormatInvoice Parameters:
NameParameterData TypeRequiredDescription
HideLinkformboolNo
InvoiceIdformstringNo
IdformstringNo
InvoiceNumberformstringNo
RetailerIdformstringNo
EmailRequest Parameters:
NameParameterData TypeRequiredDescription
StubbornVendorIdformstringNo
SendToformstringNo
SubjectformstringNo
SubjectOverWriteformstringNo
MessageformstringNo
ReplyToformstringNo
BccformstringNo
CcformstringNo
BodyformstringNo
ToEmailformstringNo
ToformstringNo
FromformstringNo
FromEmailformstringNo
ReplyToListformIEnumerable<string>No
RecipientsformIEnumerable<string>No
HttpResult Parameters:
NameParameterData TypeRequiredDescription
ResponseTextformstringNo
FileInfoformFileInfoNo
ContentTypeformstringNo
HeadersformDictionary<string, string>No
CookiesformList<Cookie>No
ETagformstringNo
AgeformTimeSpan?No
MaxAgeformTimeSpan?No
ExpiresformDateTime?No
LastModifiedformDateTime?No
CacheControlformCacheControlNo
ResultScopeformFunc<IDisposable>No
AllowsPartialResponseformboolNo
OptionsformIDictionary<string, string>No
StatusformintNo
StatusCodeformHttpStatusCodeNo
StatusDescriptionformstringNo
ResponseformObjectNo
ResponseFilterformIContentTypeWriterNo
RequestContextformIRequestNo
ViewformstringNo
TemplateformstringNo
PaddingLengthformintNo
IsPartialRequestformboolNo
IRequest Parameters:
NameParameterData TypeRequiredDescription
OriginalRequestformObjectNo
ResponseformIResponseNo
OperationNameformstringNo
VerbformstringNo
RequestAttributesformRequestAttributesNo
RequestPreferencesformIRequestPreferencesNo
DtoformObjectNo
ContentTypeformstringNo
IsLocalformboolNo
UserAgentformstringNo
CookiesformIDictionary<string, Cookie>No
ResponseContentTypeformstringNo
HasExplicitResponseContentTypeformboolNo
ItemsformDictionary<string, Object>No
HeadersformINameValueCollectionNo
QueryStringformINameValueCollectionNo
FormDataformINameValueCollectionNo
UseBufferedStreamformboolNo
RawUrlformstringNo
AbsoluteUriformstringNo
UserHostAddressformstringNo
RemoteIpformstringNo
AuthorizationformstringNo
IsSecureConnectionformboolNo
AcceptTypesformstring[]No
PathInfoformstringNo
ContentLengthformlongNo
FilesformIHttpFile[]No
UrlReferrerformUriNo
IResponse Parameters:
NameParameterData TypeRequiredDescription
OriginalResponseformObjectNo
RequestformIRequestNo
StatusCodeformintNo
StatusDescriptionformstringNo
ContentTypeformstringNo
DtoformObjectNo
UseBufferedStreamformboolNo
IsClosedformboolNo
KeepAliveformboolNo
ItemsformDictionary<string, Object>No
IRequestPreferences Parameters:
NameParameterData TypeRequiredDescription
AcceptsGzipformboolNo
AcceptsDeflateformboolNo
INameValueCollection Parameters:
NameParameterData TypeRequiredDescription
OriginalformObjectNo
AllKeysformstring[]No
IHttpFile Parameters:
NameParameterData TypeRequiredDescription
NameformstringNo
FileNameformstringNo
ContentLengthformlongNo
ContentTypeformstringNo

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

HTTP + CSV

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

POST /service/Invoice/{InvoiceNumber}/Print HTTP/1.1 
Host: www.bernhardthospitality.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"hideLink":false,"invoiceId":"String","id":"String","invoiceNumber":"String","retailerId":"String","stubbornVendorId":"String","sendTo":"String","subject":"String","subjectOverWrite":"String","message":"String","replyTo":"String","bcc":"String","cc":"String","body":"String","toEmail":"String","to":"String","from":"String","fromEmail":"String","replyToList":[],"recipients":[]}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{}