sfgboxapi

<back to all web services

DistributedBoxesViewLookup

The following routes are available for this service:
GET/distributed_boxes_view
import java.math.*
import java.util.*
import net.servicestack.client.*
import com.google.gson.annotations.*
import com.google.gson.reflect.*


open class DistributedBoxesViewLookup
{
    var id:Long? = null
    var tenantsId:Long? = null
    var appUserId:Long? = null
    var authAppUserId:Long? = null
    var deploymentDate:Date? = null
    var numberBoxes:Int? = null
    var recipientType:String? = null
    var foodGardensId:Long? = null
    var otherDescription:String? = null
    var latitude:Double? = null
    var longitude:Double? = null
    var phoneNumber:String? = null
    var displayName:String? = null
    var email:String? = null
    var applicationDate:Date? = null
    var isZoneMain:Boolean? = null
    var isDisabled:Boolean? = null
    var gender:String? = null
    var ethnicGroup:String? = null
    var age:Int? = null
    var approvalDate:Date? = null
    var approved:Boolean? = null
    var authorizedBy:String? = null
    var mediaPath:String? = null
    var name:String? = null
    var description:String? = null
}

Kotlin DistributedBoxesViewLookup DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /distributed_boxes_view HTTP/1.1 
Host: api.sfgtec.com 
Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{Unable to show example output for type 'IEnumerable`1' using the custom 'other' filter}Cannot dynamically create an instance of type 'System.Collections.Generic.IEnumerable`1[sfgboxapi.ServiceModel.DistributedBoxesViewLookupResponse]'. Reason: Cannot create an instance of an interface.