GET Rocket/HistoryLast5
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ProviderServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ProviderServiceRocket |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"PaymentMethods": [
{
"PaymentMethodID": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"ImgUrl": "sample string 4",
"Status": 5,
"Default": true
},
{
"PaymentMethodID": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"ImgUrl": "sample string 4",
"Status": 5,
"Default": true
}
],
"ProviderService": [
{
"ServiceProviderID": 1,
"Name": "sample string 2",
"ImgUrl": "sample string 3",
"ProviderCategoryID": 4,
"SocioID": 5,
"ReceiptImgUrl": "sample string 6",
"Description": "sample string 7",
"Status": 8,
"AdsUrlImg": "sample string 9",
"Sorted": 10,
"EditableAmount": 11,
"SubCategoryGroup": 12
},
{
"ServiceProviderID": 1,
"Name": "sample string 2",
"ImgUrl": "sample string 3",
"ProviderCategoryID": 4,
"SocioID": 5,
"ReceiptImgUrl": "sample string 6",
"Description": "sample string 7",
"Status": 8,
"AdsUrlImg": "sample string 9",
"Sorted": 10,
"EditableAmount": 11,
"SubCategoryGroup": 12
}
]
}
}
application/xml, text/xml
Sample:
<ProviderServiceResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YoVendoRecargaAPI.WebAPI.Models">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/YoVendoRecargaAPI.Entities">
<d2p1:PaymentMethods>
<d2p1:PaymentMethod>
<d2p1:Default>true</d2p1:Default>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:ImgUrl>sample string 4</d2p1:ImgUrl>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:PaymentMethodID>1</d2p1:PaymentMethodID>
<d2p1:Status>5</d2p1:Status>
</d2p1:PaymentMethod>
<d2p1:PaymentMethod>
<d2p1:Default>true</d2p1:Default>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:ImgUrl>sample string 4</d2p1:ImgUrl>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:PaymentMethodID>1</d2p1:PaymentMethodID>
<d2p1:Status>5</d2p1:Status>
</d2p1:PaymentMethod>
</d2p1:PaymentMethods>
<d2p1:ProviderService>
<d2p1:ProviderServiceEN>
<d2p1:AdsUrlImg>sample string 9</d2p1:AdsUrlImg>
<d2p1:Description>sample string 7</d2p1:Description>
<d2p1:EditableAmount>11</d2p1:EditableAmount>
<d2p1:ImgUrl>sample string 3</d2p1:ImgUrl>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:ProviderCategoryID>4</d2p1:ProviderCategoryID>
<d2p1:ReceiptImgUrl>sample string 6</d2p1:ReceiptImgUrl>
<d2p1:ServiceProviderID>1</d2p1:ServiceProviderID>
<d2p1:SocioID>5</d2p1:SocioID>
<d2p1:Sorted>10</d2p1:Sorted>
<d2p1:Status>8</d2p1:Status>
<d2p1:SubCategoryGroup>12</d2p1:SubCategoryGroup>
</d2p1:ProviderServiceEN>
<d2p1:ProviderServiceEN>
<d2p1:AdsUrlImg>sample string 9</d2p1:AdsUrlImg>
<d2p1:Description>sample string 7</d2p1:Description>
<d2p1:EditableAmount>11</d2p1:EditableAmount>
<d2p1:ImgUrl>sample string 3</d2p1:ImgUrl>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:ProviderCategoryID>4</d2p1:ProviderCategoryID>
<d2p1:ReceiptImgUrl>sample string 6</d2p1:ReceiptImgUrl>
<d2p1:ServiceProviderID>1</d2p1:ServiceProviderID>
<d2p1:SocioID>5</d2p1:SocioID>
<d2p1:Sorted>10</d2p1:Sorted>
<d2p1:Status>8</d2p1:Status>
<d2p1:SubCategoryGroup>12</d2p1:SubCategoryGroup>
</d2p1:ProviderServiceEN>
</d2p1:ProviderService>
</Data>
</ProviderServiceResponse>