POST api/TransportOrder/PostVendInvAttachments

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.

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"
}

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>
</PostVendInvAttachments>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.