ownershipTransferForAssets abstract method
- @POST("${Api.ownershipTransferForAssets}/{type}/carts/{cartId}")
- @Body() required CollectStockSubmitRequest body,
- @Header("Content-Type") String contentType = "application/json",
- @Header("X-User-Token") String xUserToken = "",
- @Path("type") required String type,
- @Path("cartId") required String cartId,
Implementation
@POST("${Api.ownershipTransferForAssets}/{type}/carts/{cartId}")
Future<OwnershipChangeModel> ownershipTransferForAssets(
{@Body() required CollectStockSubmitRequest body,
@Header("Content-Type") String contentType = "application/json",
@Header("X-User-Token") String xUserToken = "",
@Path("type") required String type,
@Path("cartId") required String cartId});