URL = '/api/v2/public/insurance/list/'
METHOD = 'POST'
{
}
{
"returns": {
"status": 200,
"message": "عملیات با موفقیت انجام شد."
},
"entries": {
"list": [
{
"rate": 100000,
"amount_of": 0,
"amount_to": 6000000000,
"tax": 9000,
"uuid": "bab3696d-51de-40be..."
}
],
"count": 1,
"page": 1,
"total_count": 1
}
}
field | allow null | allow blank | description | type |
rate | false | false | مبلغ قابل پرداخت توسط فروشگاه | int |
tax | false | false | مالیات قابل پرداخت توسط فروشاهگ | str |
amount_of | false | false | مبلغ بیمه از | int |
amount_to | false | false | مبلغ بیمه تا | int |
uuid | false | false | شناسه | int |