checkinCompletecheckincontractIdPost method
Future<Response<WebApiModulesWarehouseContractCreateCheckInContractResponse> >
checkinCompletecheckincontractIdPost({
- required String? id,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesWarehouseContractCreateCheckInContractResponse>>
checkinCompletecheckincontractIdPost({required String? id}) {
generatedMapping.putIfAbsent(
WebApiModulesWarehouseContractCreateCheckInContractResponse,
() => WebApiModulesWarehouseContractCreateCheckInContractResponse
.fromJsonFactory);
return _checkinCompletecheckincontractIdPost(id: id);
}