Create calls in Kill Bill typically return 201 with a Location header. When followLocation is specified, there is Get to automatically fetch the resource; however, when followLocation is not specified, there no response returned and no easy way to even get the ID of the resource.
We would like to at least return an empty resource with the ID to make it easy for the caller.
Create calls in Kill Bill typically return
201with aLocationheader. WhenfollowLocationis specified, there is Get to automatically fetch the resource; however, whenfollowLocationis not specified, there no response returned and no easy way to even get the ID of the resource.We would like to at least return an empty resource with the ID to make it easy for the caller.