GET api/WebApiOdata/GetAllMarketingServices?providerId={providerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| providerId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MarketingServiceViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MarketingServiceID | integer |
None. |
|
| ProviderID | integer |
None. |
|
| SupplierID | integer |
None. |
|
| SupplierName | string |
None. |
|
| ProductCategoryID | integer |
None. |
|
| ProductCategoryName | string |
None. |
|
| SCProductID | integer |
None. |
|
| ProductName | string |
None. |
|
| ApprovedDate | date |
None. |
|
| ApprovedBy | string |
None. |
|
| ServiceCategoryID | integer |
None. |
|
| ServiceTypeID | integer |
None. |
|
| ServiceCategoryName | string |
None. |
|
| ServiceTypeName | string |
None. |
|
| Estimation | decimal number |
None. |
|
| RequestedDate | date |
None. |
|
| RequestedBy | string |
None. |
|
| Description | string |
None. |
|
| ServiceStartDate | date |
None. |
|
| ServiceEndDate | date |
None. |
|
| BilledValue | decimal number |
None. |
|
| InvoiceValue | decimal number |
None. |
|
| Status | integer |
None. |
|
| Deleted | integer |
None. |
|
| StatusDisplay | string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[
{
"MarketingServiceID": 1,
"ProviderID": 2,
"SupplierID": 3,
"SupplierName": "sample string 4",
"ProductCategoryID": 5,
"ProductCategoryName": "sample string 6",
"SCProductID": 7,
"ProductName": "sample string 8",
"ApprovedDate": "10/30/2025",
"ApprovedBy": "sample string 10",
"ServiceCategoryID": 11,
"ServiceTypeID": 12,
"ServiceCategoryName": "sample string 13",
"ServiceTypeName": "sample string 14",
"Estimation": 15.1,
"RequestedDate": "10/30/2025",
"RequestedBy": "sample string 17",
"Description": "sample string 18",
"ServiceStartDate": "10/30/2025",
"ServiceEndDate": "10/30/2025",
"BilledValue": 21.1,
"InvoiceValue": 22.1,
"Status": 23,
"Deleted": 24,
"StatusDisplay": null
},
{
"MarketingServiceID": 1,
"ProviderID": 2,
"SupplierID": 3,
"SupplierName": "sample string 4",
"ProductCategoryID": 5,
"ProductCategoryName": "sample string 6",
"SCProductID": 7,
"ProductName": "sample string 8",
"ApprovedDate": "10/30/2025",
"ApprovedBy": "sample string 10",
"ServiceCategoryID": 11,
"ServiceTypeID": 12,
"ServiceCategoryName": "sample string 13",
"ServiceTypeName": "sample string 14",
"Estimation": 15.1,
"RequestedDate": "10/30/2025",
"RequestedBy": "sample string 17",
"Description": "sample string 18",
"ServiceStartDate": "10/30/2025",
"ServiceEndDate": "10/30/2025",
"BilledValue": 21.1,
"InvoiceValue": 22.1,
"Status": 23,
"Deleted": 24,
"StatusDisplay": null
}
]
application/xml, text/xml
Sample:
<ArrayOfMarketingServiceViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SellersCommerce.ViewModels.CommissionManager">
<MarketingServiceViewModel>
<ApprovedBy>sample string 10</ApprovedBy>
<ApprovedDate>2025-10-30T01:38:37.2054388+00:00</ApprovedDate>
<BilledValue>21.1</BilledValue>
<Deleted>24</Deleted>
<Description>sample string 18</Description>
<Estimation>15.1</Estimation>
<InvoiceValue>22.1</InvoiceValue>
<MarketingServiceID>1</MarketingServiceID>
<ProductCategoryID>5</ProductCategoryID>
<ProductCategoryName>sample string 6</ProductCategoryName>
<ProductName>sample string 8</ProductName>
<ProviderID>2</ProviderID>
<RequestedBy>sample string 17</RequestedBy>
<RequestedDate>2025-10-30T01:38:37.2054388+00:00</RequestedDate>
<SCProductID>7</SCProductID>
<ServiceCategoryID>11</ServiceCategoryID>
<ServiceCategoryName>sample string 13</ServiceCategoryName>
<ServiceEndDate>2025-10-30T01:38:37.2054388+00:00</ServiceEndDate>
<ServiceStartDate>2025-10-30T01:38:37.2054388+00:00</ServiceStartDate>
<ServiceTypeID>12</ServiceTypeID>
<ServiceTypeName>sample string 14</ServiceTypeName>
<Status>23</Status>
<SupplierID>3</SupplierID>
<SupplierName>sample string 4</SupplierName>
</MarketingServiceViewModel>
<MarketingServiceViewModel>
<ApprovedBy>sample string 10</ApprovedBy>
<ApprovedDate>2025-10-30T01:38:37.2054388+00:00</ApprovedDate>
<BilledValue>21.1</BilledValue>
<Deleted>24</Deleted>
<Description>sample string 18</Description>
<Estimation>15.1</Estimation>
<InvoiceValue>22.1</InvoiceValue>
<MarketingServiceID>1</MarketingServiceID>
<ProductCategoryID>5</ProductCategoryID>
<ProductCategoryName>sample string 6</ProductCategoryName>
<ProductName>sample string 8</ProductName>
<ProviderID>2</ProviderID>
<RequestedBy>sample string 17</RequestedBy>
<RequestedDate>2025-10-30T01:38:37.2054388+00:00</RequestedDate>
<SCProductID>7</SCProductID>
<ServiceCategoryID>11</ServiceCategoryID>
<ServiceCategoryName>sample string 13</ServiceCategoryName>
<ServiceEndDate>2025-10-30T01:38:37.2054388+00:00</ServiceEndDate>
<ServiceStartDate>2025-10-30T01:38:37.2054388+00:00</ServiceStartDate>
<ServiceTypeID>12</ServiceTypeID>
<ServiceTypeName>sample string 14</ServiceTypeName>
<Status>23</Status>
<SupplierID>3</SupplierID>
<SupplierName>sample string 4</SupplierName>
</MarketingServiceViewModel>
</ArrayOfMarketingServiceViewModel>