<T> T | ( url, request, <T> responseType, <,?> uriVariables) Create a new resource by POSTing the given object to the URI template, and returns the representation found in the response. |
<T> T | ( url, request, <T> responseType, ... uriVariables) Create a new resource by POSTing the given object to the URI template, and returns the representation found in the response. |
<T> T | ( url, request, <T> responseType) Create a new resource by POSTing the given object to the URL, and returns the representation found in the response. |