<back to all web services
        GetWarrantiesRequest
		The following routes are available for this service:| GET,OPTIONS | /api/warranties | Get the list of warranties for the authenticated user. | User has to be authenticated. | 
|---|
Parameters:| Name | Parameter | Data Type | Required | Description | 
|---|
| Skip | query | int | No |  | 
| Take | query | int | No |  | 
To override the Content-type in your clients HTTP Accept Header, append  the .jsv suffix or  ?format=jsv
 
		
        
        HTTP + JSV
         The following are sample HTTP requests and responses. 
            The placeholders shown need to be replaced with actual values.
POST /jsv/oneway/GetWarrantiesRequest HTTP/1.1 
Host: api-beta.ghs-automotive.nl 
Content-Type: text/jsv
Content-Length: length
{
	skip: 0,
	take: 0
}