GET gettoday/{mobile}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mobile | string |
Required |
Body Parameters
None.
Response Information
Resource Description
todayclass| Name | Description | Type | Additional information |
|---|---|---|---|
| weight | string |
None. |
|
| tedad | integer |
None. |
|
| did | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"weight": "sample string 1",
"tedad": 2,
"did": 3
}
application/xml, text/xml
Sample:
<todayclass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/recyclerserver.Models"> <did>3</did> <tedad>2</tedad> <weight>sample string 1</weight> </todayclass>