spotSellthruSubmit abstract method
- @POST("${Api.spotSellthruSubmit}/{transactionType}/carts/{cartId}")
Implementation
@POST("${Api.spotSellthruSubmit}/{transactionType}/carts/{cartId}")
Future<SpotSellThruSubmitModel> spotSellthruSubmit(
{@Body() required SpotSellThruSubmitRequest body,
@Path("transactionType") required String transactionType,
@Header("X-User-Id") String xUserId = "",
@Header("Content-Type") String type = "application/json",
@Header("X-User-Name") String xUserName = "",
@Path("cartId") required String cartId});