POST Api/Subscription/Invoice/GetExportDataByInvoiceId
Request Information
URI Parameters
None.
Body Parameters
ExportDataByInvoiceIdModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SubscriptionId | globally unique identifier |
None. |
|
| InvoiceId | integer |
None. |
|
| FeatureCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SubscriptionId": "d5a07313-ecfd-4414-beaa-e29f71d2fb55",
"InvoiceId": 1,
"FeatureCode": "sample string 2"
}
application/xml, text/xml
Sample:
<ExportDataByInvoiceIdModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALOHA.GLOBAL.Models.Subscription"> <FeatureCode>sample string 2</FeatureCode> <InvoiceId>1</InvoiceId> <SubscriptionId>d5a07313-ecfd-4414-beaa-e29f71d2fb55</SubscriptionId> </ExportDataByInvoiceIdModel>
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. |