POST InExchange/InvoiceToInExchange
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | string |
Required |
|
| Password | string |
Required |
|
| Subaccount | string |
Required |
|
| Filename | string |
Required |
|
| Invoice | string |
Required |
Request Formats
application/xml, text/xml
Sample:
<InvoiceToInExchangeModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Username>sample string 1</Username>
<Password>sample string 2</Password>
<Subaccount>sample string 3</Subaccount>
<Filename>sample string 4</Filename>
<Invoice>sample string 5</Invoice>
</InvoiceToInExchangeModel>
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Version |
None. |
||
| Content |
None. |
||
| StatusCode |
None. |
||
| ReasonPhrase | string |
None. |
|
| Headers | Collection of |
None. |
|
| RequestMessage |
None. |
||
| IsSuccessStatusCode | boolean |
None. |
Response Formats
application/xml, text/xml
Sample:
<Reply xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ReturnCode>1</ReturnCode>
<ReturnString>sample string 2</ReturnString>
</Reply>