physicalinventoryInitiatePost method
Future<Response<WebApiModulesInventoryPhysicalInventoryPhysicalInventoryInitiateResponse> >
physicalinventoryInitiatePost({})
Implementation
Future<
chopper.Response<
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryInitiateResponse
>
>
physicalinventoryInitiatePost({
required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryInitiateRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryInitiateResponse,
() =>
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryInitiateResponse
.fromJsonFactory,
);
return _physicalinventoryInitiatePost(body: body);
}