POST api/mapx/FinancierInvoiceUpload

Request Information

URI Parameters

None.

Body Parameters

FinancierInvoiceUploadObject
NameDescriptionTypeAdditional information
DBName

string

None.

FinancierAccountType

string

None.

FinancierAccountCode

string

None.

DONumber

string

None.

InvoiceNo

string

None.

InvoiceLongDate

string

None.

Base64String

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "FinancierAccountType": "sample string 2",
  "FinancierAccountCode": "sample string 3",
  "DONumber": "sample string 4",
  "InvoiceNo": "sample string 5",
  "InvoiceLongDate": "sample string 6",
  "Base64String": "sample string 7"
}

application/xml, text/xml

Sample:
<InvoiceUploadObjects.FinancierInvoiceUploadObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.FinancierObjects">
  <Base64String>sample string 7</Base64String>
  <DBName>sample string 1</DBName>
  <DONumber>sample string 4</DONumber>
  <FinancierAccountCode>sample string 3</FinancierAccountCode>
  <FinancierAccountType>sample string 2</FinancierAccountType>
  <InvoiceLongDate>sample string 6</InvoiceLongDate>
  <InvoiceNo>sample string 5</InvoiceNo>
</InvoiceUploadObjects.FinancierInvoiceUploadObject>

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.