POST api/HummingBirdAPI/BTCInvoiceView
Request Information
URI Parameters
None.
Body Parameters
SInvoicedownload| Name | Description | Type | Additional information |
|---|---|---|---|
| ChkoutId | integer |
None. |
|
| UserId | integer |
None. |
|
| ClientId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChkoutId": 1,
"UserId": 1,
"ClientId": 1
}
application/xml, text/xml
Sample:
<SInvoicedownload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HummingBirdWebsite.Models"> <ChkoutId>1</ChkoutId> <ClientId>1</ClientId> <UserId>1</UserId> </SInvoicedownload>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.