GET api/WebApiOdata/GetAllImportsExports?providerId={providerId}&actiontype={actiontype}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
providerId | integer |
Required |
|
actiontype | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of ImportFileName | Description | Type | Additional information |
---|---|---|---|
ImportFileId | integer |
None. |
|
ProviderId | integer |
None. |
|
ProviderTypeId | ProviderType |
None. |
|
ImportType | ImportType |
None. |
|
Stage | ImportStatus |
None. |
|
FullUpdate | boolean |
None. |
|
FilePath | string |
None. |
|
FileName | string |
None. |
|
CreatedBy | integer |
None. |
|
CreatedDateTime | date |
None. |
|
ModifiedDateTime | date |
None. |
|
ProcessType | integer |
None. |
|
SCProductIDs | string |
None. |
|
SCCategoryIDs | string |
None. |
|
EmailID | string |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
EmailTriggered | boolean |
None. |
|
FileType | string |
None. |
|
CollectionPageID | integer |
None. |
|
Status | ImportFileErrorType |
None. |
|
ImportTypeName | string |
None. |
|
StageName | string |
None. |
|
Tablename | string |
None. |
|
CreatedDateDisplay | string |
None. |
|
ModifiedDateDisplay | string |
None. |
|
StatusName | string |
None. |
|
ActualFileName | string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[ { "ImportFileId": 1, "ProviderId": 2, "ProviderTypeId": 1, "ImportType": 0, "Stage": 0, "FullUpdate": true, "FilePath": "sample string 4", "FileName": "sample string 5", "CreatedBy": 6, "CreatedDateTime": "1/22/2025", "ModifiedDateTime": "1/22/2025", "ProcessType": 9, "SCProductIDs": "sample string 10", "SCCategoryIDs": "sample string 11", "EmailID": "sample string 12", "FirstName": "sample string 13", "LastName": "sample string 14", "EmailTriggered": true, "FileType": "sample string 16", "CollectionPageID": 17, "Status": 0, "ImportTypeName": "Undefined", "StageName": "Undefined", "Tablename": "Undefined", "CreatedDateDisplay": "1/22/2025 2:04:22 PM", "ModifiedDateDisplay": "1/22/2025 2:04:22 PM", "StatusName": "Undefined", "ActualFileName": "sample string 18" }, { "ImportFileId": 1, "ProviderId": 2, "ProviderTypeId": 1, "ImportType": 0, "Stage": 0, "FullUpdate": true, "FilePath": "sample string 4", "FileName": "sample string 5", "CreatedBy": 6, "CreatedDateTime": "1/22/2025", "ModifiedDateTime": "1/22/2025", "ProcessType": 9, "SCProductIDs": "sample string 10", "SCCategoryIDs": "sample string 11", "EmailID": "sample string 12", "FirstName": "sample string 13", "LastName": "sample string 14", "EmailTriggered": true, "FileType": "sample string 16", "CollectionPageID": 17, "Status": 0, "ImportTypeName": "Undefined", "StageName": "Undefined", "Tablename": "Undefined", "CreatedDateDisplay": "1/22/2025 2:04:22 PM", "ModifiedDateDisplay": "1/22/2025 2:04:22 PM", "StatusName": "Undefined", "ActualFileName": "sample string 18" } ]
application/xml, text/xml
Sample:
<ArrayOfImportFile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SellersCommerce.Entities.Imports"> <ImportFile> <ActualFileName>sample string 18</ActualFileName> <CollectionPageID>17</CollectionPageID> <CreatedBy>6</CreatedBy> <CreatedDateTime>2025-01-22T14:04:22.0229833+00:00</CreatedDateTime> <EmailID>sample string 12</EmailID> <EmailTriggered>true</EmailTriggered> <FileName>sample string 5</FileName> <FilePath>sample string 4</FilePath> <FileType>sample string 16</FileType> <FirstName>sample string 13</FirstName> <FullUpdate>true</FullUpdate> <ImportFileId>1</ImportFileId> <ImportType>Undefined</ImportType> <LastName>sample string 14</LastName> <ModifiedDateTime>2025-01-22T14:04:22.0229833+00:00</ModifiedDateTime> <ProcessType>9</ProcessType> <ProviderId>2</ProviderId> <ProviderTypeId>Supplier</ProviderTypeId> <SCCategoryIDs>sample string 11</SCCategoryIDs> <SCProductIDs>sample string 10</SCProductIDs> <Stage>Undefined</Stage> <Status>Undefined</Status> </ImportFile> <ImportFile> <ActualFileName>sample string 18</ActualFileName> <CollectionPageID>17</CollectionPageID> <CreatedBy>6</CreatedBy> <CreatedDateTime>2025-01-22T14:04:22.0229833+00:00</CreatedDateTime> <EmailID>sample string 12</EmailID> <EmailTriggered>true</EmailTriggered> <FileName>sample string 5</FileName> <FilePath>sample string 4</FilePath> <FileType>sample string 16</FileType> <FirstName>sample string 13</FirstName> <FullUpdate>true</FullUpdate> <ImportFileId>1</ImportFileId> <ImportType>Undefined</ImportType> <LastName>sample string 14</LastName> <ModifiedDateTime>2025-01-22T14:04:22.0229833+00:00</ModifiedDateTime> <ProcessType>9</ProcessType> <ProviderId>2</ProviderId> <ProviderTypeId>Supplier</ProviderTypeId> <SCCategoryIDs>sample string 11</SCCategoryIDs> <SCProductIDs>sample string 10</SCProductIDs> <Stage>Undefined</Stage> <Status>Undefined</Status> </ImportFile> </ArrayOfImportFile>