GET api/Common/GetStoreInvoices?providerid={providerid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| providerid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StoreInvoiceViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreInvoiceID | integer |
None. |
|
| CompanyID | integer |
None. |
|
| SCPlatFormServiceID | integer |
None. |
|
| CompanyPlatFormServiceID | integer |
None. |
|
| ServiceName | string |
None. |
|
| Period | integer |
None. |
|
| BasePrice | decimal number |
None. |
|
| BaseValue | integer |
None. |
|
| IncrementPrice | decimal number |
None. |
|
| IncrementValue | integer |
None. |
|
| ServiceStartDate | date |
None. |
|
| InvoiceCreatedDate | date |
None. |
|
| Status | boolean |
None. |
|
| TotalPrice | decimal number |
None. |
|
| AccountID | integer |
None. |
|
| UsageValue | integer |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[
{
"StoreInvoiceID": 1,
"CompanyID": 2,
"SCPlatFormServiceID": 3,
"CompanyPlatFormServiceID": 4,
"ServiceName": "sample string 5",
"Period": 6,
"BasePrice": 7.1,
"BaseValue": 8,
"IncrementPrice": 9.1,
"IncrementValue": 10,
"ServiceStartDate": "10/30/2025",
"InvoiceCreatedDate": "10/30/2025",
"Status": true,
"TotalPrice": 12.1,
"AccountID": 13,
"UsageValue": 1
},
{
"StoreInvoiceID": 1,
"CompanyID": 2,
"SCPlatFormServiceID": 3,
"CompanyPlatFormServiceID": 4,
"ServiceName": "sample string 5",
"Period": 6,
"BasePrice": 7.1,
"BaseValue": 8,
"IncrementPrice": 9.1,
"IncrementValue": 10,
"ServiceStartDate": "10/30/2025",
"InvoiceCreatedDate": "10/30/2025",
"Status": true,
"TotalPrice": 12.1,
"AccountID": 13,
"UsageValue": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfStoreInvoiceViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SellersCommerce.ViewModels.Corporate">
<StoreInvoiceViewModel>
<AccountID>13</AccountID>
<BasePrice>7.1</BasePrice>
<BaseValue>8</BaseValue>
<CompanyID>2</CompanyID>
<CompanyPlatFormServiceID>4</CompanyPlatFormServiceID>
<IncrementPrice>9.1</IncrementPrice>
<IncrementValue>10</IncrementValue>
<InvoiceCreatedDate>2025-10-30T01:37:22.7510875+00:00</InvoiceCreatedDate>
<Period>6</Period>
<SCPlatFormServiceID>3</SCPlatFormServiceID>
<ServiceName>sample string 5</ServiceName>
<ServiceStartDate>2025-10-30T01:37:22.7510875+00:00</ServiceStartDate>
<Status>true</Status>
<StoreInvoiceID>1</StoreInvoiceID>
<TotalPrice>12.1</TotalPrice>
<UsageValue>1</UsageValue>
</StoreInvoiceViewModel>
<StoreInvoiceViewModel>
<AccountID>13</AccountID>
<BasePrice>7.1</BasePrice>
<BaseValue>8</BaseValue>
<CompanyID>2</CompanyID>
<CompanyPlatFormServiceID>4</CompanyPlatFormServiceID>
<IncrementPrice>9.1</IncrementPrice>
<IncrementValue>10</IncrementValue>
<InvoiceCreatedDate>2025-10-30T01:37:22.7510875+00:00</InvoiceCreatedDate>
<Period>6</Period>
<SCPlatFormServiceID>3</SCPlatFormServiceID>
<ServiceName>sample string 5</ServiceName>
<ServiceStartDate>2025-10-30T01:37:22.7510875+00:00</ServiceStartDate>
<Status>true</Status>
<StoreInvoiceID>1</StoreInvoiceID>
<TotalPrice>12.1</TotalPrice>
<UsageValue>1</UsageValue>
</StoreInvoiceViewModel>
</ArrayOfStoreInvoiceViewModel>