POST api/InvoicePayment
Request Information
URI Parameters
None.
Body Parameters
InvoicePayment| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceId | globally unique identifier |
None. |
|
| SelectedPaymentOption | string |
None. |
|
| PaymentType | integer |
None. |
|
| NameOnCard | string |
None. |
|
| CreditCardNumber | string |
None. |
|
| ExpirationDateMMYY | string |
None. |
|
| CVV | string |
None. |
|
| PONumber | string |
None. |
|
| TotalAmount | decimal number |
None. |
|
| BankAccountType | integer |
None. |
|
| BankName | string |
None. |
|
| RoutingNumber | string |
None. |
|
| AccountNumber | string |
None. |
|
| NameOnAccount | string |
None. |
|
| AuthorizationNumber | string |
None. |
|
| AddOnShoppingCartItems | Collection of ShoppingCartItem |
None. |
|
| BillToStreet1 | string |
None. |
|
| BillToStreet2 | string |
None. |
|
| BillToCity | string |
None. |
|
| BillToState | string |
None. |
|
| BillToZip | string |
None. |
|
| BillToCountry | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |