POST api/Email/PostBlob

Request Information

URI Parameters

None.

Body Parameters

PostVendInvAttachments
NameDescriptionTypeAdditional information
VIA_ID

integer

None.

account_name

string

None.

account_key

string

None.

account_container

string

None.

VIA_FILE_NAME

string

None.

VIA_BASE64

string

None.

type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "VIA_ID": 1,
  "account_name": "sample string 1",
  "account_key": "sample string 2",
  "account_container": "sample string 3",
  "VIA_FILE_NAME": "sample string 4",
  "VIA_BASE64": "sample string 5",
  "type": "sample string 6"
}

application/xml, text/xml

Sample:
<PostVendInvAttachments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <VIA_BASE64>sample string 5</VIA_BASE64>
  <VIA_FILE_NAME>sample string 4</VIA_FILE_NAME>
  <VIA_ID>1</VIA_ID>
  <account_container>sample string 3</account_container>
  <account_key>sample string 2</account_key>
  <account_name>sample string 1</account_name>
  <type>sample string 6</type>
</PostVendInvAttachments>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>