POST api/BillOfLading/PostBLInvoiceCollection

Request Information

URI Parameters

None.

Body Parameters

PostInvoiceCollection
NameDescriptionTypeAdditional information
BIC_ID

integer

None.

BIC_BIH_ID

integer

None.

BIC_TYPE

string

None.

BIC_REFERENCE

string

None.

BIC_AMOUNT

decimal number

None.

BIC_TDS_AMOUNT

decimal number

None.

BIC_NOTES

string

None.

BIC_ACC_FILE

string

None.

BIC_CREATED_BY

integer

None.

account_name

string

None.

account_key

string

None.

account_container

string

None.

file_base64

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BIC_ID": 1,
  "BIC_BIH_ID": 1,
  "BIC_TYPE": "sample string 1",
  "BIC_REFERENCE": "sample string 2",
  "BIC_AMOUNT": 1.1,
  "BIC_TDS_AMOUNT": 1.1,
  "BIC_NOTES": "sample string 3",
  "BIC_ACC_FILE": "sample string 4",
  "BIC_CREATED_BY": 1,
  "account_name": "sample string 5",
  "account_key": "sample string 6",
  "account_container": "sample string 7",
  "file_base64": "sample string 8"
}

application/xml, text/xml

Sample:
<PostInvoiceCollection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <BIC_ACC_FILE>sample string 4</BIC_ACC_FILE>
  <BIC_AMOUNT>1.1</BIC_AMOUNT>
  <BIC_BIH_ID>1</BIC_BIH_ID>
  <BIC_CREATED_BY>1</BIC_CREATED_BY>
  <BIC_ID>1</BIC_ID>
  <BIC_NOTES>sample string 3</BIC_NOTES>
  <BIC_REFERENCE>sample string 2</BIC_REFERENCE>
  <BIC_TDS_AMOUNT>1.1</BIC_TDS_AMOUNT>
  <BIC_TYPE>sample string 1</BIC_TYPE>
  <account_container>sample string 7</account_container>
  <account_key>sample string 6</account_key>
  <account_name>sample string 5</account_name>
  <file_base64>sample string 8</file_base64>
</PostInvoiceCollection>

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.