POST api/Payment/GetARInvoiceCollection

Request Information

URI Parameters

None.

Body Parameters

PostARInvoiceCollection
NameDescriptionTypeAdditional information
AIC_ID

integer

None.

AIC_ARH_ID

integer

None.

AIC_CP_ID

integer

None.

AIC_AR_ID

integer

None.

AIC_TYPE

string

None.

AIC_REFERENCE

string

None.

AIC_AMOUNT

decimal number

None.

AIC_TDS_AMOUNT

decimal number

None.

AIC_NOTES

string

None.

AIC_ACC_FILE

string

None.

AIC_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:
{
  "AIC_ID": 1,
  "AIC_ARH_ID": 1,
  "AIC_CP_ID": 1,
  "AIC_AR_ID": 1,
  "AIC_TYPE": "sample string 1",
  "AIC_REFERENCE": "sample string 2",
  "AIC_AMOUNT": 1.1,
  "AIC_TDS_AMOUNT": 1.1,
  "AIC_NOTES": "sample string 3",
  "AIC_ACC_FILE": "sample string 4",
  "AIC_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:
<PostARInvoiceCollection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <AIC_ACC_FILE>sample string 4</AIC_ACC_FILE>
  <AIC_AMOUNT>1.1</AIC_AMOUNT>
  <AIC_ARH_ID>1</AIC_ARH_ID>
  <AIC_AR_ID>1</AIC_AR_ID>
  <AIC_CP_ID>1</AIC_CP_ID>
  <AIC_CREATED_BY>1</AIC_CREATED_BY>
  <AIC_ID>1</AIC_ID>
  <AIC_NOTES>sample string 3</AIC_NOTES>
  <AIC_REFERENCE>sample string 2</AIC_REFERENCE>
  <AIC_TDS_AMOUNT>1.1</AIC_TDS_AMOUNT>
  <AIC_TYPE>sample string 1</AIC_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>
</PostARInvoiceCollection>

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.