GET api/Billing?currencyCode={currencyCode}
Retrieves a list of Items and their prices with the specified ItemIds and CurrencyCode
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| currencyCode | System.String | Required |
Body Parameters
System.Int32[]
Response Information
Resource Description
System.Collections.Generic.IEnumerable`1[Epic.Customer.Api.ResponseModels.MappingFromDbEntities.ItemWithPrices]
| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemPrices | System.Collections.Generic.List`1[Epic.Customer.Api.ResponseModels.MappingFromDbEntities.ItemPriceResponse] | None | |
| CompanyId | System.Int32 | None | |
| ItemId | System.Int32 | None | |
| ItemCode | System.String | None | |
| TaxedAllCountryRegions | System.Byte | None | |
| Description | System.String | None | |
| ItemStatus | System.Byte | None | |
| ItemTy | System.Byte | None | |
| ResourceType | System.String | None | |
| TemplateType | System.String | None | |
| ShortDetail | System.String | None | |
| ShowKitDetail | System.Boolean | None |