GET api/SalesChannelInvoice
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SalesChannelInvoiceType| Name | Description | Type | Additional information |
|---|---|---|---|
| SalesChannelInvoiceTypeID | integer |
None. |
|
| SalesChannelInvoiceTypeName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SalesChannelInvoiceTypeID": 1,
"SalesChannelInvoiceTypeName": "sample string 2"
},
{
"SalesChannelInvoiceTypeID": 1,
"SalesChannelInvoiceTypeName": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfSalesChannelInvoiceType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SalesChannelInvoiceType>
<SalesChannelInvoiceTypeID>1</SalesChannelInvoiceTypeID>
<SalesChannelInvoiceTypeName>sample string 2</SalesChannelInvoiceTypeName>
</SalesChannelInvoiceType>
<SalesChannelInvoiceType>
<SalesChannelInvoiceTypeID>1</SalesChannelInvoiceTypeID>
<SalesChannelInvoiceTypeName>sample string 2</SalesChannelInvoiceTypeName>
</SalesChannelInvoiceType>
</ArrayOfSalesChannelInvoiceType>